ai-development-research-mcp-server

yajji-k/ai-development-research-mcp-server
★ 0 stars Python AI/LLM Updated 13d ago
Production-grade Model Context Protocol (MCP) server built with Python and FastMCP, showcasing clean architecture, scalable tool integration, observability, and AI infrastructure engineering.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-development-resea": {
      "command": "uvx",
      "args": [
        "ai-development-research-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ai-development-research-mcp-server