MCP Server
MCP
io.github.pbonneville/neemee-mcp
MCP client library and bridge for Neemee personal knowledge management system
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
By
Comments
Sign in to leave a comment