Minerva MCP
by HoussemMak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Redis URL for external PowerShell runner queue | |
| MINERVA_TOOLS | No | Comma-separated list of tool names to register | |
| AZURE_CLIENT_ID | No | Application client ID (also MINERVA_CLIENT_ID) | |
| AZURE_TENANT_ID | No | Entra tenant ID (also MINERVA_TENANT_ID) | |
| MCP_SERVER_PORT | No | HTTP listen port | 3001 |
| MINERVA_AUTH_MODE | No | Authentication mode: bearer, device-code, or client-secret | bearer (http) / device-code (stdio) |
| MINERVA_CLIENT_ID | No | Application client ID (also AZURE_CLIENT_ID) | |
| MINERVA_PWSH_PATH | No | Path to pwsh executable | |
| MINERVA_READ_ONLY | No | Set to 'true' to refuse every write | |
| MINERVA_TENANT_ID | No | Entra tenant ID (also AZURE_TENANT_ID) | |
| MINERVA_TRANSPORT | No | Transport mode: stdio or http | http |
| AZURE_CLIENT_SECRET | No | App-only secret | |
| MINERVA_MRTR_SECRET | No | Signing key for approval mandates | |
| MINERVA_PS_EXECUTOR | No | PowerShell executor mode: auto, redis, local, none | auto |
| MINERVA_SHAREPOINT_URL | No | SharePoint site URL required by PnP tool locally | |
| MINERVA_ALLOWED_ORIGINS | No | Browser origins allowed on /mcp endpoint (comma-separated) | |
| MINERVA_REQUIRE_VERIFIED_TOKENS | No | Set to 'true' to refuse tokens whose signature cannot be verified |
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/HoussemMak/minerva-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server