Proto Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Proto Servershow me the User message structure"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Proto Server
A high-performance Protocol Buffer indexing and search server that integrates with AI coding assistants through the Model Context Protocol (MCP).
π― What It Does
MCP Proto Server makes your Protocol Buffer definitions instantly searchable and accessible to AI assistants like Claude and Cursor. Instead of manually looking through .proto files, you can ask questions like:
"Show me all authentication-related services"
"What fields does the User message have?"
"Find RPCs that handle payment processing"
Related MCP server: Swagger MCP Server
π Key Features
Instant Search: Find services, messages, and fields across all your proto files
Smart Type Resolution: Automatically resolves nested types and dependencies
AI Integration: Works seamlessly with Claude Desktop and Cursor
Lightning Fast: Sub-millisecond search performance
Zero Dependencies: Single executable, no runtime requirements
π¦ Installation
Download Latest Release
Go to the Releases page
Download the appropriate package for your system:
Linux:
mcp-proto-server-linux-amd64.tar.gzmacOS Intel:
mcp-proto-server-macos-amd64.tar.gzmacOS Apple Silicon:
mcp-proto-server-macos-arm64.tar.gzWindows:
mcp-proto-server-windows-amd64.zip
Install
Linux/macOS:
tar -xzf mcp-proto-server-*.tar.gz
./install.shWindows:
# Extract the zip file, then run:
install-windows.batVerify Installation
mcp-proto-server --helpπ§ Setup with AI Assistants
Cursor Configuration
Add to your Cursor MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"proto-server": {
"command": "mcp-proto-server",
"args": ["-root", "/path/to/your/proto/files"],
"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"
]
}
}
}Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"proto-server": {
"command": "mcp-proto-server",
"args": ["-root", "/path/to/your/proto/files"]
}
}
}π― How to Use
Once configured, simply ask your AI assistant questions about your Protocol Buffer definitions:
"What services are available in the auth package?"
"Show me the complete structure of the Product message"
"Find all RPCs that return user data"
The server automatically indexes your proto files and provides instant, intelligent search results.
π Project Structure
go-version/- High-performance Go implementation (recommended)python-version/- Python implementation (legacy)
π License
Same as parent project
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI assistants to discover, search, and interact with REST APIs by parsing OpenAPI/Swagger specifications with intelligent fuzzy search across endpoints, supporting both local and remote API sources.Last updated142MIT
- Flicense-qualityCmaintenanceBrings OpenAPI/Swagger documentation into AI assistants, enabling endpoint discovery, deep inspection, cURL generation, and TypeScript type generation.Last updated
- Alicense-qualityDmaintenanceExposes type-aware code navigation and fast file search to AI agents via language servers, enabling definitions, references, symbols, and file lookup without reading entire codebases.Last updated2,576MIT
- Alicense-qualityDmaintenanceEnables AI assistants to explore, search, and read codebase repositories and API specifications efficiently, with support for file searching, content search via ripgrep, and reading API specs.Last updated20ISC
Related MCP Connectors
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/umuterturk/mcp-proto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server