Roam Research MCP Server
@2b3pro
关于 Roam Research MCP Server
MCP Server and CLI tool for Roam Research Graph Integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"roam-research-mcp": {
"command": "npx",
"args": [
"roam-research-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Roam Research MCP Server?
It is an MCP server and standalone CLI for interacting with Roam Research graphs. It gives AI agents like Claude read, write, and organize access to notes, while also providing a terminal‑based CLI for direct graph interaction.
How to use Roam Research MCP Server?
Install globally via npm install -g roam-research-mcp. Configure environment variables (ROAM_API_TOKEN, ROAM_GRAPH_NAME for a single graph, or ROAM_GRAPHS for multiple graphs). Run the server with npx roam-research-mcp or use the roam CLI for terminal commands. For AI assistants, add the server to MCP settings with the appropriate command and environment variables.
Key features of Roam Research MCP Server
- Multi‑graph support with optional write protection per graph.
- 20+ MCP tools for fetching, searching, creating, and updating content.
- Standalone CLI with nine commands: get, search, save, refs, update, batch, rename, status, server.
- Stdin piping for all content creation and retrieval commands.
- HTTP Stream transport with a health endpoint and optional bearer authentication.
- Shared server mode (HTTP‑only daemon) for multiple MCP clients.
- Docker deployment support.
- Datalog query support for advanced filtering.
Use cases of Roam Research MCP Server
- Give Claude Code superpowers over your Roam knowledge base.
- Automate note‑taking by piping content from files to Roam daily pages.
- Search and retrieve graph data programmatically via the CLI.
- Manage multiple Roam graphs (e.g., personal, work) with separate tokens.
- Run a long‑lived shared MCP server for multiple AI assistants.
FAQ from Roam Research MCP Server
What is the difference between HTTP_AUTH_TOKEN and ROAM_SYSTEM_WRITE_KEY?
HTTP_AUTH_TOKEN authenticates who may connect to the server (all requests). ROAM_SYSTEM_WRITE_KEY authorizes write operations on protected graphs only;
记忆与知识 分类下的更多 MCP 服务器
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
评论