ogham-mcp
by ogham-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OGHAM_HOST | No | Host for SSE transport. | |
| OGHAM_PORT | No | Port for SSE transport. | 8742 |
| OLLAMA_URL | No | Ollama server URL. | http://localhost:11434 |
| DATABASE_URL | No | PostgreSQL connection string. Required if DATABASE_BACKEND is 'postgres'. | |
| SUPABASE_KEY | No | Supabase secret key (service_role). Required if DATABASE_BACKEND is 'supabase'. | |
| SUPABASE_URL | No | Your Supabase project URL. Required if DATABASE_BACKEND is 'supabase'. | |
| EMBEDDING_DIM | No | Vector dimensions. Must match your database schema. | 512 |
| OPENAI_API_KEY | No | OpenAI API key. Required if EMBEDDING_PROVIDER is 'openai'. | |
| VOYAGE_API_KEY | No | Voyage AI API key. Required if EMBEDDING_PROVIDER is 'voyage'. | |
| DEFAULT_PROFILE | No | Memory profile name. | default |
| MISTRAL_API_KEY | No | Mistral API key. Required if EMBEDDING_PROVIDER is 'mistral'. | |
| OGHAM_TRANSPORT | No | Transport mode: 'stdio' or 'sse'. | stdio |
| DATABASE_BACKEND | No | The database backend to use: 'supabase' or 'postgres'. | supabase |
| EMBEDDING_PROVIDER | No | The embedding provider to use: 'ollama', 'openai', 'mistral', or 'voyage'. | ollama |
| OLLAMA_EMBED_MODEL | No | Ollama embedding model. | embeddinggemma |
| TEMPORAL_LLM_MODEL | No | LLM model string (e.g., 'gpt-4o-mini' or 'ollama/llama3.2') to use for complex temporal search expressions. | |
| VOYAGE_EMBED_MODEL | No | Voyage embedding model. | voyage-4-lite |
| DEFAULT_MATCH_COUNT | No | Maximum results per search. | 10 |
| MISTRAL_EMBED_MODEL | No | Mistral embedding model. | mistral-embed |
| DEFAULT_MATCH_THRESHOLD | No | Similarity threshold for search results. | 0.7 |
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 | |
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/ogham-mcp/ogham-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server