This MCP server provides a framework documentation provider for Claude Code via Model Context Protocol (MCP), returning types, prose, and examples for any npm package with context-aware formatting.
From the registry: Augments MCP Server - A comprehensive framework documentation provider for Claude Code

Please install the `augments-mcp-server` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@augmnt-sh/augments-mcp-server"]
- optional environment variables:
- `GITHUB_TOKEN`: GitHub personal access token for higher API rate limits when fetching examples and documentation (example: `<your-github-token>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GITHUB_TOKENrequiredUsed for higher GitHub API rate limits when fetching examples and documentation.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…