15+ Development Tools
- Code search & analysis
- File watching & monitoring
- Symbol extraction
- Git integration
- Deep package research
The Kit Dev MCP Server transforms your AI assistant (Cursor, Claude Desktop, VS Code) into an active development partner with 15+ specialized tools for real coding work.
Kit Dev MCP provides enhanced development capabilities beyond basic code search:
15+ Development Tools
100% Private & Free
Add to your Cursor MCP settings (~/.cursor/mcp.json):
{ "mcpServers": { "kit-dev-mcp": { "command": "uvx", "args": ["--from", "cased-kit", "kit-dev-mcp"] } }}Add to your Claude Desktop config:
{ "mcpServers": { "kit-dev-mcp": { "command": "python", "args": ["-m", "kit.mcp.dev"], "env": { "OPENAI_API_KEY": "sk-...", // Optional for deep research "CHROMA_PACKAGE_SEARCH_API_KEY": "..." // Optional for package source search } } }}The server provides many tools including: