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.

Frequently Asked Questions

Common questions about Roam Research.

What does the Roam Research MCP do?
This MCP integrates with Roam Research to enable searching, creating, and manipulating graph content. It facilitates automated note-taking and intelligent information retrieval within Roam Research graphs.
How can I install the Roam Research MCP?
Installation typically involves cloning the repository from https://github.com/2b3pro/roam-research-mcp and following the instructions provided in its README or documentation. Specific steps may vary depending on your MCP client.
Does the Roam Research MCP require an API key?
No, the Roam Research MCP does not require an API key or other credentials for authentication. It uses the 'none' authentication type for its operations.
What are the key capabilities of this Roam Research integration?
This integration enables programmatic searching of graph content, creation of new notes, and manipulation of existing data within your Roam Research graphs. It supports automated workflows for information management.
What are the costs associated with using the Roam Research MCP?
The MCP itself is open-source and available on GitHub, so there is no direct cost for the MCP software. Any costs would be associated with your Roam Research subscription or infrastructure.

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.