ai-product-planner
by codenameju
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address (optional, defaults to '127.0.0.1'). | |
| PLANNER_AUTH_MODE | No | Authentication mode: 'none', 'header', or 'bearer' (optional, defaults to 'none' on loopback). | |
| PLANNER_LLM_MODEL | No | Model name (optional, defaults to provider's default). | |
| PLANNER_AUTH_HEADER | No | HTTP header for header auth mode (optional). | |
| PLANNER_LLM_API_KEY | Yes | API key for the LLM provider (required). | |
| PLANNER_LLM_BASE_URL | No | Base URL for the LLM API (optional, defaults to provider's default). | |
| PLANNER_MCP_BEARER_TOKEN | No | Bearer token for MCP authentication (optional). | |
| PLANNER_AUTH_HEADER_VALUE | No | Expected value for header auth mode (optional). | |
| PLANNER_LLM_STRUCTURED_OUTPUT | No | Set to 'false' to disable structured JSON output (optional, defaults to 'true'). |
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/codenameju/ai-product-planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server