MCP Server
MCP
knowmind
Knowledge graph & long-term memory for AI agents: recall, relations, store, stats, health.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "knowmind",
"version": "0.1.14",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Bearer API token from the knowmind.de Dashboard -> API-Tokens (https://knowmind.de/dashboard/api-tokens)",
"isRequired": true,
"isSecret": true,
"name": "KNOWMIND_TOKEN"
},
{
"description": "Knowmind API base URL",
"default": "https://knowmind.de",
"name": "KNOWMIND_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment