SRE_FAST_MCP_SERVER_PROJECT

Sriramhathwar/SRE_FAST_MCP_SERVER_PROJECT
★ 0 stars Python Browser/Web Updated 1mo ago
This project aims at providing MCP kind architecture where web application interacts with tool server(mcp server) to select tools based on the input query.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sre_fast_mcp_server_": {
      "command": "uvx",
      "args": [
        "sre-fast-mcp-server-project"
      ]
    }
  }
}

Or install with pip: pip install sre-fast-mcp-server-project