Augments
@augmnt
关于 Augments
Comprehensive MCP server providing real-time framework documentation access for Claude Code with intelligent caching, multi-source integration, and context-aware assistance.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"augments": {
"command": "uv",
"args": [
"run",
"augments-mcp-server"
],
"cwd": "/path/to/augments-mcp-server",
"env": {
"AUGMENTS_CACHE_DIR": "~/.cache/augments-mcp-server",
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Augments?
Augments is a sophisticated documentation retrieval system that integrates with Claude Code via the Model Context Protocol (MCP). It provides real-time access to framework documentation, context-aware assistance, and intelligent caching to enhance development workflows for developers using Claude Code.
How to use Augments?
Clone the repository, install with uv sync or pip install -e ., optionally configure environment variables in a .env file, then start the server with uv run augments-mcp-server. Integrate with Claude Code using the claude mcp add augments command or by editing the Claude Desktop MCP configuration file.
Key features of Augments
- Categorized framework registry with hot-reloading configuration
- Multi-source documentation aggregation from GitHub and websites
- TTL-based multi-level caching with smart invalidation
- Multi-framework context and code compatibility analysis
- 9 MCP tools for documentation lifecycle management
- Structured JSON responses and error resilience
Use cases of Augments
- Access real-time documentation for popular frameworks like React, Next.js, and Tailwind CSS
- Combine documentation from multiple frameworks for context-aware development guidance
- Check code compatibility and suggest fixes for framework-specific patterns
- Search cached documentation for specific topics and examples
- Monitor and refresh framework documentation cache on demand
FAQ from Augments
What runtime does Augments require?
Augments requires Python 3.11+ and either uv
开发工具 分类下的更多 MCP 服务器
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论