Servers
MCP (Multi-Context Processing) Simulation
@mc095
Simulating Multiple Context Protocol
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-local": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}