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 💡
bugsnag-mcp-server
A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.
mcp-server-cortex
MCP Server for Cortex allows MCP clients to leverage Cortex analyzers for threat intelligence tasks.
telegram-mcp
A full-featured Telegram integration for Claude, Cursor, and any MCP-compatible client, powered by Telethon and the Model Context Protocol (MCP). This project lets you interact with your Telegram account programmatically, automating everything from messaging to group management.
mcp-sequentialthinking-qa
An MCP server that adapts sequential thinking to guide tool usage and provide intelligent recommendations for QA and verification tasks.
zcaceres/markdownify-mcp
A Model Context Protocol server for converting various file types and web content to Markdown
OpenAPI-MCP
Dockerized MCP Server to allow your AI agent to access any API with existing api docs