ForgeMesh Library MCP for Cursor
io.github.forgemeshlabs/library-mcp
A paid public-domain knowledge base for AI agents: full-text search, book metadata, chapters.
client:Cursor
transport:stdio
runtime:npm
Install ForgeMesh Library MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"library-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/library-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"LIBRARY_BASE_URL": "<LIBRARY_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs