← Back to Plugins
MCP Server MCP

io.github.pbonneville/neemee-mcp

github By github 👁 1 views ▲ 0 votes

MCP client library and bridge for Neemee personal knowledge management system

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "neemee-mcp",
      "version": "3.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for authenticating with Neemee API (required)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NEEMEE_API_KEY"
        },
        {
          "description": "Base URL for Neemee MCP server (optional, defaults to https://neemee.app/mcp)",
          "format": "string",
          "name": "NEEMEE_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...