Comprehensive MCP server providing real-time framework documentation access for Claude Code with intelligent caching, multi-source integration, and context-aware assistance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"augments-mcp-server": {
"command": "npx",
"args": [
"-y",
"augmnt/augments-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add augments-mcp-server npx -y augmnt/augments-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"augments-mcp-server": {
"command": "npx",
"args": [
"-y",
"augmnt/augments-mcp-server"
]
}
}
}
📋 Copy