Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Goose is the open-source AI agent originally from Block, now under the Linux Foundation’s Agentic AI Foundation. It runs MCP servers natively over stdio — kataven-mcp plugs in directly.
Already done Install? Skip to step 2.

1. Mint an API key + install the binary

pip install kataven-mcp, then mint a key at hub.kataven.ai/settingsAPI Keys tab. Full walkthrough: Install.

2. Add Kataven via goose configure

Run the interactive setup:
goose configure
Pick the options in this order:
  1. Add Extension
  2. Command-line Extension (i.e. local stdio)
  3. Name: kataven
  4. Command: kataven-mcp
  5. Env vars: KATAVEN_API_KEY=sk_live_acme_...
Goose writes the result to ~/.config/goose/config.yaml. You can edit that file directly later if needed.

3. Use it

Start an interactive session:
goose session
Ask:
List all my Kataven agents.
Goose picks the matching tool from its catalog and calls it.

4. Verify in the dashboard

What changedOpen in Hub UI
Agentshub.kataven.ai/agents
Phone numbershub.kataven.ai/phone-numbers
Live or recent callshub.kataven.ai/conversations
Campaignshub.kataven.ai/campaigns

See also