AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP.
claude mcp add knowmind -- npx -y knowmind
claude_desktop_config.json
{
"mcpServers": {
"knowmind": {
"command": "npx",
"args": [
"-y",
"knowmind"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"knowmind": {
"command": "npx",
"args": [
"-y",
"knowmind"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"knowmind": {
"command": "npx",
"args": [
"-y",
"knowmind"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"knowmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"knowmind"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"knowmind": {
"command": "npx",
"args": [
"-y",
"knowmind"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Schubeler-Consulting--knowmind/reviews or the review_server meta-tool.
POST /mcp