Mcp

Managed MCP Server

Copy page

Best for: Teams who want to get started quickly without managing infrastructure.

Inkeep provides a fully managed MCP server that's ready to use with your existing knowledge base. No deployment or maintenance required.

  • Zero setup: Works with your existing Inkeep project
  • Automatic updates: Always has the latest features
  • Built-in analytics: Tracks usage and performance
  • Enterprise ready: Scales with your team

Setup Steps

  1. Create an MCP Assistant

    • Log in to the Inkeep Dashboard
    • Navigate to Projects → Select your project
    • Open the Assistants tab
    • Click Create assistant → Choose MCP
    • Enter a name and click Create
  2. Configure Your MCP Client

    Important: Replace YOUR_MCP_SERVER_URL with the actual URL from your MCP Assistant page.

    Cursor Example:

    .cursor/mcp.json
    {
      "mcpServers": {
        "Inkeep MCP": {
          "url": "YOUR_MCP_SERVER_URL"
        }
      }
    }

    Claude Desktop Example:

    claude_desktop_config.json
    {
      "mcpServers": {
        "inkeepMcp": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "YOUR_MCP_SERVER_URL"]
        }
      }
    }

Available Tools

Your MCP server automatically includes these tools based on your knowledge base:

Tool NameDescriptionUse Case
ask-question-about-{product-name}AI-powered Q&A using your knowledge baseGet direct answers to specific questions
search-{product-name}-docsSemantic search through your documentationFind relevant content and context

Analytics & Insights

All interactions through the managed MCP server are automatically logged to your Inkeep analytics dashboard, giving you insights into:

  • Most common questions
  • Content gaps
  • Usage patterns
  • Performance metrics

Examples in Action

Basic Q&A

User: "How do I configure rate limiting?"
Assistant: [Uses ask-question-about-inkeep tool]
Response: "Rate limiting in Inkeep can be configured..."
User: "Find information about API authentication"
Assistant: [Uses search-inkeep-docs tool]
Response: "Here are the relevant sections about API authentication..."

Need help? Contact support

On this page