- Crosmos
Crosmos
Overview
What is Crosmos?
Crosmos is a persistent memory layer for AI agents. Instead of starting every conversation from scratch, your agent can store and retrieve organizational knowledge across sessions — powered by a temporal knowledge graph with hybrid retrieval.
Tools
| Tool | Description |
|---|---|
crosmos_search_memories | Hybrid retrieval — semantic + keyword + graph traversal in one query |
crosmos_add_memory | Store any content with automatic entity and relationship extraction |
crosmos_list_spaces | List available memory spaces |
crosmos_health_check | Verify API connectivity and status |
Quick Start
npx @crosmos/crosmos-mcp setup
This auto-detects your installed MCP clients and configures everything. Get your API key at console.crosmos.dev.
Manual Config
{
"mcpServers": {
"crosmos-memory": {
"command": "npx",
"args": ["-y", "@crosmos/crosmos-mcp"],
"env": {
"CROSMOS_API_KEY": "csk_your_key_here"
}
}
}
}
Supported Clients
Claude Desktop · Claude Code · Cursor · VS Code · Windsurf · opencode · Cline · Roo-Cline · Zed
Why Crosmos?
- Graph-native — memories are linked as entities and relationships, not just stored as flat vectors
- Temporal — every fact is timestamped; query your knowledge graph as it existed at any point in time
- Hybrid retrieval — four parallel signals (semantic, keyword, graph, temporal) fused into a single ranked result
- Auto-extraction — send raw text; Crosmos extracts structured facts, entities, and relationships automatically
- Multi-space — isolate memory by project, team, or agent with named spaces
Links
- [Website](https://crosmos.dev)
- [Docs](https://docs.crosmos.dev)
- [Console](https://console.crosmos.dev)
- [GitHub](https://github.com/crosmos-labs)
Server Config
{
"mcpServers": {
"crosmos-memory": {
"command": "npx",
"args": [
"-y",
"@crosmos/crosmos-mcp"
],
"env": {
"CROSMOS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Project Info
Created At
5 hours agoUpdated At
5 hours agoAuthor Name
crosmos-labsStar
-Language
-License
-Recommend Servers
View AllDevmatch
8 hours ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago
Gotfreefax Mcp
@vannet
a day ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Eliteprospects
@troelskn
16 hours ago
Sentiment Analyzer
@DON-VXNKS
a day ago
Event4u/agent Config
@event4u-app
a day ago