Stats
Actions
Tags
From roam-code
Connects to the Roam Research API for querying, creating, and updating notes, pages, and blocks in your Roam database. Uses a local preset configuration.
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