This is the documentation MCP server for searching docs. It does not manage your Akua resources and does not require authentication.
What it does
- Real-time search: AI tools query Akua documentation as you chat, returning up-to-date answers
- Zero configuration: no API keys, no OAuth, no auth at all
- Any MCP client: works with Claude, Cursor, VS Code, and any tool that supports MCP
Try it
Once connected, ask your AI assistant:Example prompts
Other ways AI tools access docs
Beyond the MCP server, Akua provides multiple channels for AI tools:Contextual menu
Every documentation page includes a contextual menu with quick actions:- Copy page: copy content as Markdown for pasting into AI tools
- View as Markdown: open a Markdown version when the docs host exposes one
- Open in AI tools: start a conversation in ChatGPT, Claude, or Perplexity with page context
- Connect to editors: one-click MCP setup for Cursor or VS Code
LLMs.txt files
Industry-standard files for AI indexing:llms.txt: all pages with descriptions for quick referencellms-full.txt: complete documentation in one file
Troubleshooting
MCP Server Not Connecting
MCP Server Not Connecting
- Verify URL:
https://docs.akua.dev/mcp - Check internet connection
- Ensure your AI tool supports the MCP protocol
- Try the contextual menu on any doc page for automatic setup
Configuration Not Loading
Configuration Not Loading
- Check JSON syntax in config files
- Verify file permissions and correct file location
- Restart your AI application after config changes
Outdated Information
Outdated Information
- The MCP server always returns real-time data
- Restart the MCP connection in your tool
- Clear cached responses in your AI app
Related topics
Agent setup
Connect docs and platform context for coding agents.
Platform MCP
Give agents authenticated workspace access.
API overview
Learn how Akua API authentication, workspace context, and resources fit together.
OpenAPI
Download the OpenAPI spec used by SDKs, docs, and API explorers.