Loading MCP server directory, please wait...
MCP client library and bridge for Neemee personal knowledge management system
npx @getmcp/cli add io.github.pbonneville/neemee-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NEEMEE_API_KEYAPI key for authenticating with Neemee API (required)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pbonneville/neemee-mcp": {
"command": "npx",
"args": [
"-y",
"neemee-mcp"
],
"env": {
"NEEMEE_API_KEY": "",
"NEEMEE_API_BASE_URL": ""
}
}
}
}