Skip to content
Zed

ForgeMesh Library MCP for Zed

io.github.forgemeshlabs/library-mcp

A paid public-domain knowledge base for AI agents: full-text search, book metadata, chapters.

client:Zed transport:stdio runtime:npm

Install ForgeMesh Library 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": {
    "library-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/library-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
        "LIBRARY_BASE_URL": "<LIBRARY_BASE_URL>"
      }
    }
  }
}

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

ForgeMesh Library MCP in other clients