Personal wiki and memory for AI assistants: store, search, and recall structured notes.
claude mcp add brains -- npx -y brains-mcp
claude_desktop_config.json
{
"mcpServers": {
"brains": {
"command": "npx",
"args": [
"-y",
"brains-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"brains": {
"command": "npx",
"args": [
"-y",
"brains-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"brains": {
"command": "npx",
"args": [
"-y",
"brains-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"brains": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brains-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"brains": {
"command": "npx",
"args": [
"-y",
"brains-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.spacecowboyian--brains/reviews or the review_server meta-tool.
POST /mcp