R

Roam Research

Integrates with Roam Research to enable searching, creating, and manipulating graph content for automated note-taking and intelligent information retrieval.

Roam·No reviews yet
Repo
Share:

About

Integrates with Roam Research to enable searching, creating, and manipulating graph content for automated note-taking and intelligent information retrieval.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Roam Research

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "roam-research": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-roam-research"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "roam-research": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-roam-research"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "roam-research": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-roam-research"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.