HomeKnowledge & Memory › ForgeMesh Library MCP

ForgeMesh Library MCP

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y @forgemeshlabs/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "library-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/[email protected]"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_VALUE>",
        "LIBRARY_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WALLET_PRIVATE_KEY required secret — Dedicated low-balance Base wallet private key for x402 USDC micropayments. Required for all 8 tools (there are no free tools in this package). Never use your primary wallet.
  • LIBRARY_BASE_URL — Library API origin override. Defaults to https://library.forgemesh.io.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry