Odel
neemee mcp

neemee mcp

Local
@paul-bonneville-labsJavaScriptUpdated 5mo ago

MCP client library and bridge for Neemee personal knowledge management system

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmneemee-mcpv3.0.2

Run

npx -y neemee-mcp

MCP client config

{
  "mcpServers": {
    "neemee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neemee-mcp"
      ]
    }
  }
}