Skip to content
Zed

nanmesh mcp for Zed

io.github.sacravenger/nanmesh-mcp

12 tools that let AI agents check trust scores and reviews before recommending any software tool.

client:Zed transport:stdio runtime:npm

Install nanmesh mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nanmesh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nanmesh-mcp"
      ],
      "env": {
        "NANMESH_API_URL": "<NANMESH_API_URL>",
        "NANMESH_AGENT_KEY": "<NANMESH_AGENT_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nanmesh mcp in other clients