mcp-canon
by tripcher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CANON_DB_PATH | No | Path to custom database | Bundled DB |
| CANON_LOG_JSON | No | Output logs in JSON format | false |
| CANON_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR) | INFO |
| CANON_EMBEDDING_DIM | No | Embedding vector dimensions (must match model) | 768 |
| CANON_EMBEDDING_MODEL | No | Fastembed model name | nomic-ai/nomic-embed-text-v1.5-Q |
| CANON_FASTEMBED_THREADS | No | ONNX runtime threads for FastEmbed (lower = less RAM, slower) | auto |
| CANON_FASTEMBED_PARALLEL | No | FastEmbed data-parallel workers (>1 increases RAM usage) | disabled |
| CANON_FASTEMBED_BATCH_SIZE | No | Embedding batch size during indexing (lower = less RAM, slower) | 256 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/tripcher/canon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server