Skip to content

p1atdev/code_search_mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
            ]
        }
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published