/
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Server configuration and capabilities from the MCP manifest
Size: 1,505 bytes (377 tokens)
Tools Found: 3
Analysis ID: kgvzjx8v
Manifest extracted via rerun process (ai_analysis)
Stars
Registry ID: c76dece6-08e7-4a57-af81-2e6209f8e884
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/20/2025
Last Release: 9/20/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "augments-mcp-server",
"tags": [
"ai",
"development-tools"
],
"tools": [
{
"name": "augments-mcp-server",
"description": "Main entry point for the Augments MCP Server.",
"input_schema": {
"type": "object",
"required": [
"request"
],
"properties": {
"request": {
"type": "string",
"description": "The request data for the server."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"response": {
"type": "string",
"description": "The response data from the server."
}
}
}
},
{
"name": "augments-mcp",
"description": "Command line interface for Augments MCP.",
"input_schema": {
"type": "object",
"required": [
"command"
],
"properties": {
"command": {
"type": "string",
"description": "The command to execute."
},
"options": {
"type": "object",
"description": "Options for the command."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"result": {
"type": "string",
"description": "The result of the command execution."
}
}
}
},
{
"name": "augments-web-server",
"description": "Web server for Augments MCP.",
"input_schema": {
"type": "object",
"required": [
"path",
"method"
],
"properties": {
"path": {
"type": "string",
"description": "The path to serve."
},
"method": {
"type": "string",
"description": "HTTP method to use."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"description": "Data returned from the web server."
},
"status": {
"type": "string",
"description": "HTTP status of the response."
}
}
}
}
],
"version": "2.0.5",
"categories": [
"mcp",
"documentation",
"framework"
],
"description": "Augments MCP Server - A comprehensive framework documentation provider for Claude Code"
}Forks
Watchers
Contributors
Last Push: 9/20/2025
Last Release: 9/20/2025
Open Issues: 0