mcpbeat Sign in

CoderSwap MCP Server

local only

CoderSwap MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 5 · -3% w/w
a month agotoday
26
Installs / week
npm · @coderswap/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add coderswap-mcp-server -- npx -y @coderswap/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coderswap-mcp-server": {
      "args": [
        "-y",
        "@coderswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coderswap-mcp-server]
command = "npx"
args = ["-y", "@coderswap/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "coderswap-mcp-server": {
      "args": [
        "-y",
        "@coderswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coderswap-mcp-server": {
      "args": [
        "-y",
        "@coderswap/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CoderSwap MCP Server

same job, measured the same way
Claude Desktop Bridge
by kimiguel

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

78 installs/wk local only
Code Index
by achreftlili

SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.

213 installs/wk local only
Vibe Hnindex
by andyanh174

Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.

95 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering

CoderSwap MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CoderSwap MCP Server?
CoderSwap MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @coderswap/mcp-server was installed 26 times last week.
Is CoderSwap MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect CoderSwap MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @coderswap/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use CoderSwap MCP Server?
The npm package @coderswap/mcp-server was installed 26 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.