★ 0 stars
Rust
🤖 AI/LLM
Updated 6d ago
Working model of a person for AI agents — observations, traits, preferences, mental models. Postgres + pgvector, hybrid retrieval, MCP server
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chitta": {
"command": "cargo",
"args": [
"run",
"--",
"chitta"
]
}
}
}
Run in terminal:
claude mcp add chitta cargo run -- chitta
Add to .cursor/mcp.json:
{
"mcpServers": {
"chitta": {
"command": "cargo",
"args": [
"run",
"--",
"chitta"
]
}
}
}
Topics
ai-agentsembeddingsmcpmemorypgvectorrustworking-model