Paparats – Local Semantic Code Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from npm. Last commit 3 Sep 2026.
Local-first semantic code search across all your repos. Private context for AI coding assistants.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execSync(command, { stdio: 'ignore', timeout: 3000 });
if (fs.existsSync(path.join(projectDir, file)) && !seen.has(lang)) {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add paparats-mcp -- npx -y @paparats/cli
{
"mcpServers": {
"paparats-mcp": {
"args": [
"-y",
"@paparats/cli"
],
"command": "npx"
}
}
}
[mcp_servers.paparats-mcp]
command = "npx"
args = ["-y", "@paparats/cli"]
{
"mcpServers": {
"paparats-mcp": {
"args": [
"-y",
"@paparats/cli"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"paparats-mcp": {
"args": [
"-y",
"@paparats/cli"
],
"command": "npx"
}
}
}
Local repo context for coding assistants with semantic search and graph relationships.
Cross-session memory for Claude Code — context capture, semantic search, recall
Cross-repository semantic code intelligence for AI coding agents, from a local code graph.
Local file search for AI agents — semantic + keyword indexing over your codebase.
Local code search and task context packs for coding agents
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.
Semantic code search and analysis from CodeAlive for AI assistants and agents.
Answers built from our own checks of this server.