Skip to main content

Agenta MCP Server

The Agenta MCP server gives AI coding agents direct access to Agenta documentation. When you connect your IDE to this server, your AI assistant can look up Agenta features, APIs, and code examples on demand.

This helps you integrate Agenta into your projects faster. Instead of switching between your editor and documentation, you can ask your AI agent questions and get accurate answers grounded in official docs.

Installation

Add the following to your mcp.json file:

{
"mcpServers": {
"agenta": {
"url": "https://mcp.eu.algolia.com/1/M_CIMvH38zVydbZOtDAzTjI3szBOMUq0tDA0NTJOMjO3TEtLtUwxNDUxNrfOrdRNyU8u1s1NLMpOyS_PszY0NzMyNDA1sDQFAA/mcp",
"transport": "sse"
}
}
}

What you can do

Once connected, your AI agent can:

  • Help you set up prompt management, instrumentation and evaluation workflows
  • Search Agenta documentation to answer your questions
  • Find code examples for SDK integration and observability
info

It is advised to let the AI agent know to use the MCP server when asking questions.

Set up LLM instrumentation with Agenta. Use the Agenta MCP to get the information needed.

Technical details

PropertyValue
Endpointhttps://mcp.eu.algolia.com/1/M_CIMvH38zVydbZOtDAzTjI3szBOMUq0tDA0NTJOMjO3TEtLtUwxNDUxNrfOrdRNyU8u1s1NLMpOyS_PszY0NzMyNDA1sDQFAA/mcp
TransportSSE (Server-Sent Events)
AuthenticationNone required

Available Tools

The Agenta MCP server provides the following tools:

  • algolia_search_index_my-docs-markdown: Search the Agenta documentation index. Returns raw Algolia search results with full content, allowing AI agents to find relevant documentation, code examples, and API references. Supports filtering by language, version, and Docusaurus tags.

  • algolia_search_for_facet_values: Explore available facet values (e.g., languages, versions, tags) in the documentation index. Useful for discovering what filtering options are available.

  • algolia_recommendations: Retrieve AI-powered recommendations for related documentation content based on the current context.