mcp_config.json•578 B
{
"mcpServers": {
"proto-server": {
"command": "python",
"args": [
"/absolute/path/to/mcp-proto/mcp_proto_server.py",
"--root",
"/absolute/path/to/your/proto/files"
],
"description": "Protocol Buffer definition server with recursive type resolution",
"capabilities": [
"search_proto: Fuzzy search across all proto definitions",
"get_service_definition: Get service with ALL nested types in one call",
"get_message_definition: Get message with ALL nested types in one call"
]
}
}
}