MCP Server
Magnus exposes a remote MCP server at https://magnusdb.dev/api/mcp implementing the Streamable HTTP transport (spec 2025-03-26).
Connect
Section titled “Connect”Add to your MCP client config:
{ "mcpServers": { "magnus": { "url": "https://magnusdb.dev/api/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } }}Available tools (15)
Section titled “Available tools (15)”| Tool | Description |
|---|---|
sql_query | Run a SQL query |
sql_batch | Run multiple SQL statements |
document_find | Find documents with MQL filter |
document_insert | Insert one document |
document_update | Update a document |
document_delete | Delete a document |
document_aggregate | Aggregation pipeline |
kv_get | Get a KV value |
kv_set | Set a KV value |
kv_command | Run a Redis command |
kv_pipeline | Run a sequence of Redis commands |
vector_search | Semantic similarity search |
ts_write | Write time-series points |
analytics_event | Track an analytics event |
health_check | Check API health |
See Tools Reference for full parameter schemas.