Back to Home
szaffarano icon

org-mcp-server

Verified Safe

by szaffarano

Overview

A Model Context Protocol (MCP) server for org-mode knowledge management, providing search, content access, and note linking capabilities for AI agents.

Installation

Run Command
nix run github:szaffarano/org-mcp-server

Environment Variables

  • ORG_ORG__ORG_DIRECTORY
  • ORG_ORG__ORG_DEFAULT_NOTES_FILE
  • ORG_ORG__ORG_AGENDA_FILES
  • ORG_ORG__ORG_AGENDA_TEXT_SEARCH_EXTRA_FILES
  • ORG_LOGGING__LEVEL
  • ORG_LOGGING__FILE
  • ORG_SERVER__MAX_CONNECTIONS
  • ORG_CLI__DEFAULT_FORMAT

Security Notes

The project focuses on file system operations within a configured directory and uses `rmcp` for the Model Context Protocol. While file processing and interaction with a configured root directory introduce potential risks like path traversal, the code appears to handle paths carefully (e.g., using `strip_prefix` and validating directory existence). There are no obvious signs of 'eval' or direct command injection from user input in the provided snippets. The use of `transport-child-process` in `rmcp` is for the server itself to run as a child process of an AI agent, not for the server to execute arbitrary commands based on external requests. Overall, the approach seems robust for its stated purpose.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassMedium
Avg Tokens250
Stars14
Forks1
Last Update2025-12-02

Tags

org-modeknowledge managementMCPRustAI agent