know-ops-mcp

gyeo-ri/know-ops-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated today
Cross-session knowledge management MCP server for LLM clients. Store, search, and share knowledge entries as plain Markdown files.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "know-ops-mcp": {
      "command": "uvx",
      "args": [
        "know-ops-mcp"
      ]
    }
  }
}

Or install with pip: pip install know-ops-mcp

Topics

knowledge-managementmcppython