Skip to main content
A question flows into a searchable documentation corpus that needs no authentication, returning an answer grounded in cited documentation pages
Agents operating on Akua need context: how products work, what API endpoints are available, how to configure installs. The documentation MCP server gives them real-time access to the full Akua docs, with no authentication required.
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
The MCP server returns real-time data from the latest documentation. No stale training data.
For a complete coding-agent setup path, use Agent Setup. It connects this documentation server with the authenticated Platform MCP server.

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 reference
  • llms-full.txt: complete documentation in one file

Troubleshooting

  • 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
  • Check JSON syntax in config files
  • Verify file permissions and correct file location
  • Restart your AI application after config changes
  • The MCP server always returns real-time data
  • Restart the MCP connection in your tool
  • Clear cached responses in your AI app

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.