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.; IDAssistMCP: IDAssistMCP is a standalone MCP server plugin for IDA Pro 9.x that exposes IDA's analysis capabilities to LLM clients. It provides 38 MCP tools, 8 resources, and 7 guided prompts for reverse engineering tasks. The server supports SSE and Streamable HTTP transports and includes features like thread-safe IDB modifications, LRU cache, and async task management.
Building LLM applications that interact with custom tools and data sources
Reverse engineering and binary analysis