fastmcp: FastMCP is a standard framework for building Model Context Protocol (MCP) applications, which connect LLMs to tools and data. It simplifies the process by automatically generating schemas, validation, and documentation for tools, and managing transport negotiation and authentication for server connections. FastMCP offers a comprehensive solution for developing, deploying, and scaling MCP-powered systems.; codeindex: codeindex is a dependency analyzer that builds a blast-radius impact score for every file in your repo — showing which files will break if a given file changes. It also generates a symbol index mapping every function and class to its exact file and line number, so AI tools can locate any symbol in one lookup without scanning the whole codebase. Supports 12+ languages, zero required dependencies (pure Python stdlib), and five consumption modes including CLI, MCP server, and CLAUDE.md injection.
Building LLM applications that interact with custom tools and data sources
Assessing refactoring risk before touching a high-impact file