MCP Tool Server
by ziyakhan04
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | The LLM model used by the agent. | openai/gpt-oss-120b |
| LOG_LEVEL | No | Logging level. | INFO |
| LLM_API_KEY | Yes | Your Groq API key. Get one free at https://console.groq.com | |
| DATABASE_URL | No | Database connection URL for SQLite. | sqlite:///./data/app.db |
| LLM_PROVIDER | No | LLM provider used by the agent. | groq |
| GITHUB_API_URL | No | Base URL for the GitHub API. | https://api.github.com |
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 | |