Skip to content
Back to search
30
MCP

@mseep/zed-claude-code

npm/@mseep/zed-claude-code

Multi-protocol bridge server enabling seamless integration between Claude AI and external applications through Agent Client Protocol and Model Context Protocol

Uptime
0.0%
37 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

claude-context-bridge
Local MCP server that gives Claude.ai live context about your git repos and Claude Code sessions
0 tools
Claude Code Bridge from Essential AI Solutions (essentialai.uk)
MCP bridge for inter-session communication between Claude Code instances
0 tools
gemini-mcp-bridge
Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
0 tools
@mseep/puppeteer-mcp-claude
Browser automation MCP server for Claude, powered by Puppeteer.
0 tools
io.github.constripacity/claude-code-bridge
MCP relay so Claude Code agents on different machines can exchange messages via named channels.
0 tools
agentminds-mcp
Model Context Protocol server for AgentMinds — gives Claude Code, Cursor, Zed, and other MCP-aware AI clients native access to the AgentMind
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/zed-claude-code": {
      "url": "None",
      "transport": "http"
    }
  }
}