Shared knowledge base MCP server for the Constellation. Any agent writes notes, any agent searches them. FTS5 full-text search, async ingest, tag governance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"librarian": {
"command": "npx",
"args": [
"-y",
"Praveen300163/librarian"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add librarian npx -y Praveen300163/librarian
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"librarian": {
"command": "npx",
"args": [
"-y",
"Praveen300163/librarian"
]
}
}
}
📋 Copy