Discover and explore top open-source AI tools and projects—updated daily.
strands-agentsModel-driven AI agent documentation server
Top 99.3% on SourcePulse
Summary
This project provides an MCP (Model Context Protocol) server designed to expose Strands Agents documentation to GenAI tools. It enables AI coding assistants to intelligently search and retrieve relevant documentation, facilitating "vibe-coding" of Strands Agents. The target audience includes developers leveraging AI assistants for agent development.
How It Works
The MCP server provides a model-driven approach by indexing curated documentation from llms.txt files. It features smart document search powered by TF-IDF with Markdown-aware scoring that prioritizes titles, headers, and code blocks. The system employs on-demand fetching, loading full document content only when necessary for performance. It also generates contextual snippets with relevance scoring and supports real HTTPS URLs.
Quick Start & Requirements
uv (install via official instructions) and Node.js (for npx).uvx strands-agents-mcp-server.npx @modelcontextprotocol/inspector uvx strands-agents-mcp-server (published) or npx @modelcontextprotocol/inspector python -m strands_mcp_server.https://github.com/strands-agents/mcp-server.Highlighted Details
llms.txt files.Maintenance & Community
The project includes a Contributing Guide and Code of Conduct. Specific details regarding core contributors, sponsorships, roadmap, or community channels (e.g., Discord, Slack) are not detailed in the provided README.
Licensing & Compatibility
Limitations & Caveats
The README does not explicitly detail limitations, alpha status, or known bugs. Setup requires specific tooling (uv, Node.js), and performance relies on the quality and structure of the indexed llms.txt documentation files.
2 months ago
Inactive
johnbean393