Anchor
by myrddian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_BASE_URL | Yes | Base URL for OpenAI-compatible LLM endpoint. | |
| ANCHOR_DB_URL | Yes | JDBC URL for Postgres with pgvector. | jdbc:postgresql://localhost:5433/anchor |
| LLM_CHAT_MODEL | Yes | Chat model name (e.g., gemma-3-4b-it). | |
| ANCHOR_API_TOKEN | No | Bearer token for API authentication; empty = open dev mode. | |
| LM_STUDIO_API_KEY | No | Optional bearer token for LM Studio. | |
| LLM_EMBEDDING_MODEL | Yes | Embedding model name (e.g., nomic-embed-text-v1.5, 768-dim). | |
| ANCHOR_WEB_UI_ENABLED | No | Enable web UI. | true |
| ANCHOR_OPENAPI_ENABLED | No | Enable OpenAPI/Swagger UI. | true |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OpenTelemetry OTLP endpoint for traces. | http://localhost:4318/v1/traces |
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/myrddian/anchor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server