27 lines
575 B
Markdown
27 lines
575 B
Markdown
# Manticore MCP Rust Worker
|
|
|
|
Lightweight stdio MCP server for fast Manticore memory operations.
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cd /code/xf/GIA/rust/manticore-mcp-worker
|
|
cargo build --release
|
|
```
|
|
|
|
Binary output:
|
|
|
|
`/code/xf/GIA/rust/manticore-mcp-worker/target/release/manticore-mcp-worker`
|
|
|
|
## Environment
|
|
|
|
- `MANTICORE_HTTP_URL` (default: `http://127.0.0.1:9308`)
|
|
- `MANTICORE_MEMORY_TABLE` (default: `gia_memory_items`)
|
|
- `MANTICORE_HTTP_TIMEOUT` (default: `5`)
|
|
|
|
## Tools
|
|
|
|
- `manticore.status`
|
|
- `manticore.query`
|
|
- `manticore.reindex` (maintenance: `FLUSH RAMCHUNK`, `OPTIMIZE TABLE`)
|