MCP Tool Server
A Model Context Protocol server that gives LLMs direct access to your development workflow - project state, code search, git operations, and more.
How it works
MCP protocol
Tools are exposed via the Model Context Protocol standard. Any MCP-compatible client (chat, CLI, external agents) can discover and call them.
Tool discovery
Clients connect and receive the full tool catalog with schemas. The LLM sees tool names, descriptions, and parameter types.
Tool execution
The LLM decides which tools to call based on the conversation. Results flow back as structured context for the next response.
Local execution
All tools run on your infrastructure. File reads, git commands, and searches execute against your actual workspace.
Tool categories
Project tools
Query project state, list features, read files, manage requests, check orchestration status, and browse endpoints.
Search tools
Ripgrep code search, file listing, pattern matching across the workspace. Fast, indexed results.
Git tools
Git status, diff, log, show, and branch operations. Full repository awareness without leaving the conversation.
Web tools
Web search and npm package lookup for development research. Find docs, packages, and solutions inline.