
Augments MCP Server
by augmnt
Real-time framework documentation provider for AI assistants with BM25 search and intent-aware formatting.
What it does
Augments is a high-performance documentation provider that gives AI assistants real-time access to framework documentation, TypeScript types, and code examples for any npm package. It specializes in transforming raw technical data into context-aware responses tailored to the user's intent (e.g., how-to vs. reference).
Tools
get_api_context: Primary tool for retrieving API signatures, prose documentation, and examples with intent detection.search_apis: Concept-aware search across frameworks using 25 synonym clusters.get_version_info: Detects breaking changes and compares npm versions via real changelogs.get_migration_guide: Generates cross-version migration guides with type diffs.diagnose_error: Troubleshoots errors using curated patterns and GitHub Issues.compare_packages: Side-by-side comparison of npm packages (downloads, stars, APIs).scan_project_deps: Scans for outdated, deprecated, or insecure dependencies.diagnostics: Monitors server health, cache stats, and uptime.
Installation
{
"mcpServers": {
"augments": {
"command": "npx",
"args": ["-y", "@augmnt-sh/augments-mcp-server"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y @augmnt-sh/augments-mcp-serverInformation
- Pricing
- free
- Published






