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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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