Servers
Model Context Protocol Server
@tian1ll1
A Model Context Protocol server implementation with FastAPI
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-protocol-server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}