Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From roam-code
Connects to Roam Research API for querying and editing notes, pages, and blocks. Runs locally using the 'roam' CLI tool. Requires Roam Research credentials.
npx claudepluginhub cranot/roam-codeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"roam-code": {
"command": "roam",
"args": [
"mcp"
],
"env": {
"ROAM_MCP_PRESET": "core"
}
}
}
}Server configuration and connection parameters
roamCommand-line arguments passed to the server process
Environment variables set when the server starts
ROAM_MCP_PRESET=coreShare bugs, ideas, or general feedback.