Stats
Actions
Tags
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.
Copy 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=corenpx claudepluginhub cranot/roam-code