CodeSeeker - Advanced code search and transformation for AI assistants. Powered by ugrep with intelligent replace capabilities.
Codeseeker mcp mcp server connects CodeSeeker MCP to AI assistants that speak the Model Context Protocol. CodeSeeker - Advanced code search and transformation for AI assistants. Powered by ugrep with intelligent replace capabilities.
A comprehensive Model Context Protocol (MCP) server that combines the power of ugrep and ast-grep philosophies to deliver intelligent search and replace capabilities for modern development workflows.
Once connected, the assistant can call these 12 tools directly:
basic_search — The basic_search tool exposed by this serverboolean_search — The boolean_search tool exposed by this serverfuzzy_search — The fuzzy_search tool exposed by this serverarchive_search — The archive_search tool exposed by this servercode_structure_search — The code_structure_search tool exposed by this serverinteractive_search — The interactive_search tool exposed by this serversearch_and_replace — The search_and_replace tool exposed by this serverbulk_replace — The bulk_replace tool exposed by this servercode_refactor — The code_refactor tool exposed by this serverlist_file_types — The list_file_types tool exposed by this serverget_search_stats — The get_search_stats tool exposed by this serverBuilding — The Building tool exposed by this serverThe server is distributed via npm as npm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. CodeSeeker MCP sits in that group, and the shape of its toolset — basic_search, boolean_search, fuzzy_search among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| basic_search | The basic_search tool exposed by this server. |
| boolean_search | The boolean_search tool exposed by this server. |
| fuzzy_search | The fuzzy_search tool exposed by this server. |
| archive_search | The archive_search tool exposed by this server. |
| code_structure_search | The code_structure_search tool exposed by this server. |
| interactive_search | The interactive_search tool exposed by this server. |
| search_and_replace | The search_and_replace tool exposed by this server. |
| bulk_replace | The bulk_replace tool exposed by this server. |
| code_refactor | The code_refactor tool exposed by this server. |
| list_file_types | The list_file_types tool exposed by this server. |
| get_search_stats | The get_search_stats tool exposed by this server. |
| Building | The Building tool exposed by this server. |
{
"mcpServers": {
"codeseeker": {
"command": "node",
"args": ["/absolute/path/to/codeseeker-mcp/build/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.