noggin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOGGIN_DB | No | Path to SQLite database (default ~/.noggin/brain.db) | |
| NOGGIN_MODEL | No | Model name (default provider-specific) | |
| NOGGIN_API_KEY | No | Generic API key (can be overridden by provider-specific key) | |
| NOGGIN_BASE_URL | No | Base URL for custom provider | |
| NOGGIN_PROVIDER | Yes | LLM provider (openai, anthropic, gemini, openrouter, groq, together, mistral, ollama, custom) | |
| NOGGIN_GRAPH_DIR | No | Path to graph directory (default ~/.noggin/graph) | |
| NOGGIN_LLM_TIMEOUT | No | Timeout for LLM requests | |
| NOGGIN_TEMPERATURE | No | Temperature for LLM | |
| NOGGIN_GROQ_API_KEY | No | Groq API key | |
| NOGGIN_GEMINI_API_KEY | No | Gemini API key | |
| NOGGIN_OLLAMA_API_KEY | No | Ollama API key | |
| NOGGIN_OPENAI_API_KEY | No | OpenAI API key | |
| NOGGIN_MISTRAL_API_KEY | No | Mistral API key | |
| NOGGIN_TOGETHER_API_KEY | No | Together API key | |
| NOGGIN_ANTHROPIC_API_KEY | No | Anthropic API key | |
| NOGGIN_OPENROUTER_API_KEY | No | OpenRouter API key |
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/Edward-Zion-Saji/noggin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server