The augments MCP server provides real-time access to framework documentation for Claude Code. It integrates with multiple documentation sources, offers intelligent caching, and delivers context-aware assistance. Developers use it to quickly retrieve accurate documentation while coding, improving productivity and reducing context switching.
The augments MCP server provides real-time access to framework documentation for Claude Code. It integrates with multiple documentation sources, offers intelligent caching, and delivers context-aware assistance. Developers use it to quickly retrieve accurate documentation while coding, improving productivity and reducing context switching.
npx -y augments-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"augmnt-augments-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y augments-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from augments?"
API Key Required
This server requires an API key from augments. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AUGMENTS_API_KEY | Yes | Your augments API key |
"What resources are available in augments?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in augments"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in augments with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.