mcp-synaptic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| LOG_LEVEL | No | Logging level | INFO |
| REDIS_URL | No | Redis connection URL | redis://localhost:6379/0 |
| SERVER_HOST | No | Server host address | localhost |
| SERVER_PORT | No | Server port | 8000 |
| REDIS_ENABLED | No | Enable Redis backend | false |
| EMBEDDING_MODEL | No | Embedding model name | text-embedding-3-small |
| MAX_RAG_RESULTS | No | Maximum number of RAG search results | 10 |
| EMBEDDING_API_KEY | No | API key for embedding service | |
| EMBEDDING_API_BASE | No | Base URL for embedding API | http://localhost:4000 |
| EMBEDDING_PROVIDER | No | Embedding provider (api or local) | api |
| MAX_MEMORY_ENTRIES | No | Maximum number of memory entries | 10000 |
| SQLITE_DATABASE_PATH | No | Path to SQLite database file | ./data/synaptic.db |
| RAG_SIMILARITY_THRESHOLD | No | Similarity threshold for RAG search | 0.7 |
| CHROMADB_PERSIST_DIRECTORY | No | Directory for ChromaDB persistence | ./data/chroma |
| DEFAULT_MEMORY_TTL_SECONDS | No | Default TTL for memories in seconds | 3600 |
| MEMORY_CLEANUP_INTERVAL_SECONDS | No | Interval for memory cleanup in seconds | 300 |
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
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues