arcana-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARCANA_DB_PATH | No | SQLite database path | ~/.arcana/context.db |
| ARCANA_MODEL_CACHE | No | ONNX model cache directory | ~/.arcana/models |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| arcana_add_resourceB | Add a file or directory as a resource into the context database. |
| arcana_lsB | List direct children at a arcana:// URI. |
| arcana_treeB | Show recursive tree at a arcana:// URI. |
| arcana_statC | Get metadata for a resource. |
| arcana_rmA | Remove a resource (CASCADE deletes chunks, FTS triggers clean up). |
| arcana_findA | Semantic search — embed query, cosine similarity against all chunks. |
| arcana_grepB | Keyword/regex search — FTS5 for simple terms, Python re fallback. |
| arcana_searchA | Hybrid search — 0.7 * semantic + 0.3 * FTS5, merged and ranked. |
| arcana_readB | Read full content of a resource (concatenated chunks in order). |
| arcana_add_memoryB | Store a memory entry as a resource with embedding. |
| arcana_mkdirA | Create a directory at a arcana:// URI. |
| arcana_mvC | Move/rename a resource. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samelie/arcana-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server