alignment-correction-mcp
by Daxiongmao87
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TYPE | No | API provider to use: 'gemini' or 'openai' (default: auto-detect based on available keys). | |
| GEMINI_MODEL | No | Model to use for Gemini (default: gemini-1.5-flash). | gemini-1.5-flash |
| OPENAI_MODEL | No | Model to use for OpenAI (default: gpt-4o). | gpt-4o |
| GEMINI_API_KEY | No | Google Gemini API Key (required if using Gemini). | |
| OPENAI_API_KEY | No | OpenAI API Key (required if using OpenAI). | |
| OPENAI_BASE_URL | No | OpenAI-compatible API base URL (default: https://api.openai.com/v1). | https://api.openai.com/v1 |
| INSTRUCTIONS_FILENAME | No | Name of the instructions file (default: GEMINI.md). | GEMINI.md |
| GLOBAL_INSTRUCTIONS_DIR | No | Directory containing global instructions file (e.g., /home/user/.gemini). |
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/Daxiongmao87/alignment-correction-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server