senior-projects-manager-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for the MCP server. Defaults to 3000. | 3000 |
| NODE_ENV | No | Set to production to require MCP_SERVER_API_KEY. | development |
| TRANSPORT | No | Transport mode: http (default) or stdio. | http |
| MCP_HTTP_HOST | No | Selects the SDK's DNS-rebinding host-validation mode. Defaults to 0.0.0.0 (no restriction). | 0.0.0.0 |
| ZOHO_CLIENT_ID | Yes | Zoho self-client OAuth client ID. | |
| ZOHO_TOKEN_URL | No | Zoho OAuth token URL. Defaults to https://accounts.zoho.com/oauth/v2/token | https://accounts.zoho.com/oauth/v2/token |
| ZIA_AGENT_ORG_ID | No | Zia agent organization ID. Defaults to 933376281 | 933376281 |
| MCP_ALLOWED_HOSTS | No | Comma-separated allowed Host header values. Set once a deployment hostname is known to enable strict validation. | |
| ZIA_DEFAULT_AGENT | No | Registry key used when a call omits the agent parameter. Defaults to senior-projects-manager | senior-projects-manager |
| MCP_SERVER_API_KEY | No | Bearer token clients must send to POST /mcp. Required when NODE_ENV=production; the server refuses to start in production without it. | |
| ZIA_AGENT_BASE_URL | No | Base URL of the Zia Agents API. Defaults to https://ziaagents.zoho.com/ziaagents/api/v1/agents | https://ziaagents.zoho.com/ziaagents/api/v1/agents |
| ZOHO_CLIENT_SECRET | Yes | Zoho self-client OAuth client secret. | |
| ZOHO_REFRESH_TOKEN | Yes | Zoho OAuth refresh token used to obtain access tokens. | |
| ZIA_AGENT_SESSION_ID | No | Zia agent session ID. Defaults to 10000 | 10000 |
| ZIA_SENIOR_PROJECTS_MANAGER_AGENT_ID | No | Overrides the Senior Projects Manager agent numeric ID. Defaults to 20971000000021961 | 20971000000021961 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/DAMESBAHAHAMAS/senior-projects-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server