This MCP server provides a framework documentation provider for Claude Code via Model Context Protocol, 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 `mcp-augmnt` 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 token for higher API rate limits when fetching examples/docs (example: `<your-api-key>`)
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…