Unified Dynamic MCP Server
by sasajib
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | No | Google AI API key for Gemini | |
| OPENAI_API_KEY | No | OpenAI API key | |
| VOYAGE_API_KEY | No | Voyage AI API key | |
| OLLAMA_BASE_URL | No | Ollama base URL (e.g., http://localhost:11434) | |
| GRAPHITI_ENABLED | No | Enable Graphiti knowledge graph | false |
| ANTHROPIC_API_KEY | No | Anthropic API key | |
| CODANNA_INDEX_DIR | No | Codanna index directory | .codanna |
| CLAUDE_MEM_API_URL | No | Claude-mem API endpoint | http://localhost:37777 |
| GRAPHITI_LLM_MODEL | No | Model name (e.g., gemini-2.5-flash, gpt-4o, claude-3-5-sonnet-20241022) | |
| GRAPHITI_LLM_PROVIDER | No | LLM provider: openai, anthropic, azure_openai, ollama, google_ai | openai |
| GRAPHITI_EMBEDDER_MODEL | No | Embedder model (e.g., text-embedding-004, text-embedding-3-small) | |
| GRAPHITI_RERANKER_MODEL | No | Reranker model (Gemini only) | gemini-2.5-flash-lite |
| GRAPHITI_EMBEDDER_PROVIDER | No | Embedder provider: openai, voyage_ai, azure_openai, ollama, google_ai | openai |
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
- 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/sasajib/unified-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server