loading…
Search for a command to run...
loading…
`agents-md-generator` is an open-source Model Context Protocol (MCP) server that automatically generates and updates an AGENTS.md file for your project. By util
`agents-md-generator` is an open-source Model Context Protocol (MCP) server that automatically generates and updates an AGENTS.md file for your project. By utilizing Tree-sitter for robust Abstract Syntax Tree (AST) analysis of your local codebase, it provides AI agents and LLMs with a fresh, up-to-date summary of your project's structure, logic, and intent. This zero-config, local utility eliminates the problem of stale documentation and guarantees that your AI agents always have the current context they need.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agents-md-generator": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"nushey/agents-md-generator"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also