Synaptex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORGE_URL | No | Git provider base URL (not needed for github or local) | |
| FORGE_TYPE | Yes | Source type: forgejo, gitea, github, gitlab, or local | |
| FORGE_USER | No | Your username on the git provider | |
| FORGE_TOKEN | No | API token with read access | |
| OLLAMA_API_KEY | No | API key for OpenAI-compatible APIs (optional) | |
| OLLAMA_API_TYPE | No | API format: ollama or openai | ollama |
| OLLAMA_BASE_URL | No | Ollama or OpenAI-compatible API URL | http://localhost:11434 |
| LOCAL_REPOS_PATH | No | Local folder to scan (when FORGE_TYPE=local) | |
| OLLAMA_EMBED_MODEL | No | Embedding model name | nomic-embed-text |
| OLLAMA_FALLBACK_MODEL | No | Fallback model (optional) | |
| SYNAPTEX_EXCLUDE_DIRS | No | Local dirs to skip during scan (comma-separated) | |
| SYNAPTEX_SEARCH_BACKEND | No | Search engine: embed, leann, or fts5 | embed |
| SYNAPTEX_INCLUDE_PATTERNS | No | Files to index per repo (comma-separated) | CLAUDE.md |
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/jeromelabophy-gif/Synaptex_claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server