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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sre_fast_mcp_server_": {
"command": "uvx",
"args": [
"sre-fast-mcp-server-project"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sre_fast_mcp_server_ uvx sre-fast-mcp-server-project
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sre_fast_mcp_server_": {
"command": "uvx",
"args": [
"sre-fast-mcp-server-project"
]
}
}
}
📋 Copy
Or install with pip: pip install sre-fast-mcp-server-project