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 💡
rodin
A service based on the Model Context Protocol (MCP) that exposes Rodin's API to AI models, simplifying interaction between AI models and the Rodin API.
@baidumap/mcp-server-baidu-map
An open-source, MCP-compliant Location-Based Service (LBS) solution from Baidu Maps, offering geospatial APIs like geocoding, POI search, and route planning for AI agents and applications.
discordmcp
Enables LLMs to interact with Discord channels via MCP protocol
@k-jarzyna/mcp-miro
Miro integration for Model Context Protocol
datalayer/jupyter-earth-mcp-server
MCP server implementation providing geospatial analysis tools for Jupyter notebooks
stanislavlysenko0912/todoist-mcp-server
A Model Context Protocol server that integrates Todoist with AI assistants for natural language task management