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 —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.
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/settings → API Keys tab. Full walkthrough: Install.
2. Add Kataven via goose configure
Run the interactive setup:
- Add Extension
- Command-line Extension (i.e. local stdio)
- Name:
kataven - Command:
kataven-mcp - Env vars:
KATAVEN_API_KEY=sk_live_acme_...
~/.config/goose/config.yaml. You can edit that file directly later if needed.
3. Use it
Start an interactive session:List all my Kataven agents.Goose picks the matching tool from its catalog and calls it.
4. Verify in the dashboard
| What changed | Open in Hub UI |
|---|---|
| Agents | hub.kataven.ai/agents |
| Phone numbers | hub.kataven.ai/phone-numbers |
| Live or recent calls | hub.kataven.ai/conversations |
| Campaigns | hub.kataven.ai/campaigns |
See also
- Goose docs — official, including agent recipes.
- Programmatic — agent frameworks — for embedding Kataven MCP into your own agent.
- Troubleshooting.

