O

Org Mode

Provides semantic search, backlink traversal, and full-text search across Emacs org-mode and org-roam knowledge bases.

Org·No reviews yet
Repo
Share:

About

Provides semantic search, backlink traversal, and full-text search across Emacs org-mode and org-roam knowledge bases.

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 Org Mode.

What is the primary function of the Org Mode MCP?
The Org Mode MCP enables semantic search, backlink traversal, and full-text search capabilities across Emacs org-mode and org-roam knowledge bases. It provides advanced retrieval functionalities for structured and linked notes.
How can I install the Org Mode MCP for use with a client?
Installation typically involves cloning the repository from https://github.com/2arons/org-mcp and following the specific setup instructions provided within the project. It uses stdio for transport, so client configuration will involve directing standard input/output.
Does the Org Mode MCP require any API keys or authentication?
No, the Org Mode MCP does not require any API keys, OAuth, or other authentication credentials. It operates with an 'none' authentication type, simplifying its setup and immediate use.
What kind of data can the Org Mode MCP process?
The Org Mode MCP is designed to process data from Emacs org-mode and org-roam files. It indexes and searches content within these knowledge bases, leveraging their structured and linked formats.
Are there any known limitations or prerequisites for using the Org Mode MCP?
A prerequisite is an existing Emacs org-mode or org-roam setup, as the MCP operates directly on these knowledge bases. Its performance may depend on the size and structure of the org-mode files.
Is there a cost associated with using the Org Mode MCP?
The Org Mode MCP is based on an open-source repository (https://github.com/2arons/org-mcp), implying it is typically free to use. Any potential costs would be related to your existing Emacs environment or infrastructure.

Install Org Mode

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

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

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.