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 💡
@boldsign/mcp
Model Context Protocol (MCP) server for BoldSign API
mcp-server-wazuh
MCP Server for Wazuh SIEM
hugo-mcp
An MCP server designed to manage Hugo static sites, providing tools for environment setup, site creation, theme management, content creation, preview, build, and deployment.
dataset-viewer
MCP server for interacting with Hugging Face Dataset Viewer API to browse and analyze datasets on Hugging Face Hub
rill
The Rill Model Context Protocol (MCP) server exposes Rill's most essential APIs to LLMs, designed primarily for data analysts to consume Rill metrics views for accurate and consistent analytics.
mcp-gopls
An MCP server that integrates with Go's Language Server Protocol (gopls) to provide AI assistants with advanced Go code analysis features like navigation, diagnostics, and completion.