NIM Key Manager MCP Server
by BySergiMM
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | No | Secret key for JWT token signing. Auto-generated if not provided. | |
| DATABASE_URL | No | PostgreSQL connection string. Automatically set by Render. | |
| FIRST_ADMIN_EMAIL | Yes | Email for the initial admin account (required on first boot). | |
| FIRST_ADMIN_PASSWORD | Yes | Password for the initial admin account (required on first boot). | |
| MCP_GITHUB_CLIENT_ID | Yes | GitHub OAuth App client ID for MCP connector authentication. | |
| ENCRYPTION_MASTER_KEY | No | Master key for AES-256-GCM encryption. Auto-generated if not provided. | |
| MCP_ALLOWED_IDENTITIES | Yes | Comma-separated list of GitHub logins or emails allowed to connect to the MCP server. | |
| MCP_GITHUB_CLIENT_SECRET | Yes | GitHub OAuth App client secret for MCP connector authentication. | |
| MCP_OAUTH_JWT_SIGNING_KEY | No | Signing key for MCP OAuth JWT tokens. Auto-generated if not provided. |
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/BySergiMM/nim-key-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server