mcp-tool-server

ukaran11/mcp-tool-server
★ 0 stars Python 🔌 API Integration Updated today
Stack: Model Context Protocol (MCP) · Python · FastAPI · GitHub API · Confluence API Built a production MCP server exposing GitHub and Confluence as AI-native tools — letting LLM agents search repos, create issues, summarize PRs, and retrieve docs via natural language. Implemented 8 MCP tool definitions covering full dev-lifecycle act
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-server": {
      "command": "uvx",
      "args": [
        "mcp-tool-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-server