← Index

io.github.pbonneville/neemee-mcp

io.github.pbonneville/neemee-mcp·v3.0.2·Memory & RAG
Quality Score
75
/100

MCP client library and bridge for Neemee personal knowledge management system

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "neemee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neemee-mcp"
      ],
      "env": {
        "NEEMEE_API_KEY": "<your-neemee_api_key>",
        "NEEMEE_API_BASE_URL": "<neemee_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "neemee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neemee-mcp"
      ],
      "env": {
        "NEEMEE_API_KEY": "<your-neemee_api_key>",
        "NEEMEE_API_BASE_URL": "<neemee_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y neemee-mcp
§02  Environment variables
NEEMEE_API_KEY
requiredsecret

API key for authenticating with Neemee API (required)

NEEMEE_API_BASE_URL

Base URL for Neemee MCP server (optional, defaults to https://neemee.app/mcp)

§03  MCP Quality Score  ·  methodology
freshness
15
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG