★ 11 stars
Rust
🤖 AI/LLM
Updated 5d ago
Self-hosted AI knowledge base with hybrid semantic search (pgvector + FTS + RRF), MCP server, multi-provider LLM inference (Ollama, OpenAI, OpenRouter, llama.cpp), multimodal ingestion (vision, audio transcription, speaker diarization), and knowledge graph. Rust + PostgreSQL.
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": {
"fortemi": {
"command": "cargo",
"args": [
"run",
"--",
"fortemi"
]
}
}
}
Run in terminal:
claude mcp add fortemi cargo run -- fortemi
Add to .cursor/mcp.json:
{
"mcpServers": {
"fortemi": {
"command": "cargo",
"args": [
"run",
"--",
"fortemi"
]
}
}
}
Topics
aiembeddingshybrid-searchknowledge-baseknowledge-graphllmmcp-servermodel-context-protocolmultimodalnote-takingollamapgvectorpostgresqlragretrieval-augmented-generation