code_search_mcp
To install dependencies:
bun install
To run:
bun run build
Then dist/server will be created.
Configuration
claude_desktop_config.json:
{
"mcpServers": {
"code_search": {
"command": "ABSOLUTE/PATH/TO/code_search_mcp/dist/server"
}
}
}
For development, you can run without building:
.vscode/mcp.json:
{
"servers": {
"code_search": {
"type": "stdio",
"command": "bun",
"args": [
"run",
"/ABSOLUTE/PATH/TO/code_search_mcp/server.ts"
]
}
}
}
Recommend MCP Servers 💡
stefanoamorelli/sec-edgar-mcp
An open-source MCP server connecting AI models to SEC EDGAR filings for accurate financial data retrieval
objones25/remote-cloudflare-youtube-transcript-mcp-server
A serverless MCP server for extracting YouTube video transcripts using Cloudflare Workers
mcp-telegram
A powerful MCP server implementation built with FastMCP that provides Telegram functionality through a clean API interface, including message search, sending, and chat management capabilities.
@r-huijts/ethics-vibe-check
An MCP server that turns Claude into a philosophical sparring partner who actively contradicts comfortable conversations and challenges confirmation bias.
MariyaFilippova/mcp-strava
Facilitates seamless integration between Strava APIs and Claude for Desktop via MCP framework.
@MeasureSpace/measure-space-mcp-server
An MCP server providing weather, climate, air quality forecasts, and geocoding services from measurespace.io, built with FastAPI.