voltagent
AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework
claude mcp add --transport stdio voltagent-voltagent npx -y @voltagent/mcp-docs-server \ --env VOLTAGENT_MCP_DOCS_ROOT="Path to local VoltAgent docs to serve (optional)"
How to use
Voltagent’s MCP docs server, named voltagent-mcp-docs-server, exposes a dedicated MCP instance that teaches LLMs how to interact with VoltAgent tooling, documentation, and changelogs. This server is designed to provide structured, tool-assisted guidance to AI assistants so they can reference official VoltAgent docs during coding sessions or in generated code. Once running, you can point your MCP-enabled LLMs to the VoltAgent MCP endpoint to fetch up-to-date usage patterns, function signatures, and example workflows directly from the project docs. The server is especially useful when integrating VoltAgent’s tool registry and MCP capabilities into coding assistants that need accurate, discoverable guidance on VoltAgent APIs, workflows, and best practices.
How to install
Prerequisites
- Node.js (14.x or newer) and npm installed on your machine
- Internet access to fetch the MCP package
Install and run
-
Install or invoke via npx (no local install required): npx -y @voltagent/mcp-docs-server
-
If you prefer a local install (optional): npm install -g @voltagent/mcp-docs-server mcp-docs-server
-
Optional configuration
- Set VOLTAGENT_MCP_DOCS_ROOT to point to your local copy of VoltAgent docs to serve
- Ensure your environment exposes the MCP endpoint to your LLM provider
-
Verify startup You should see a startup message indicating the MCP Docs server is running and provide the HTTP endpoint for MCP interactions.
Additional notes
Tips:
- Keeping the MCP docs server up-to-date is important; prefer using the npm package to pull latest docs.
- If you see missing docs for a tool, verify VOLTAGENT_MCP_DOCS_ROOT points to a valid docs directory or omit the env var to use remote docs.
- When integrating with an LLM, ensure the MCP endpoint is reachable from your hosting environment and that any required authentication is configured if your setup restricts access.
- This MCP server focuses on documentation access and example usage; for full agent execution, pair it with VoltAgent runtime servers and tooling as described in the VoltAgent docs.
Related MCP Servers
mastra
From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
mcp-agent
Build effective agents using Model Context Protocol and simple workflow patterns
adk-go
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
klavis
Klavis AI (YC X25): MCP integration platforms that let AI agents use tools reliably at any scale
aci
ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
sre
The SmythOS Runtime Environment (SRE) is an open-source, cloud-native runtime for agentic AI. Secure, modular, and production-ready, it lets developers build, run, and manage intelligent agents across local, cloud, and edge environments.