nexthink-mcp-server
by mihender50
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXTHINK_SCOPE | No | OAuth scope. | service:integration |
| NEXTHINK_REGION | No | Region (us/eu/pac/meta). Must be provided with NEXTHINK_INSTANCE, or NEXTHINK_API_BASE_URL instead. | |
| NEXTHINK_INSTANCE | No | Instance name. Must be provided with NEXTHINK_REGION, or NEXTHINK_API_BASE_URL instead. | |
| NEXTHINK_PASSWORD | No | Password for the basic (legacy/on-prem) auth type. | |
| NEXTHINK_USERNAME | No | Username for the basic (legacy/on-prem) auth type. | |
| NEXTHINK_AUTH_TYPE | Yes | Authentication type: oauth2_basic (default), oauth2_post, bearer, or basic. | oauth2_basic |
| NEXTHINK_CLIENT_ID | No | Client ID for oauth2_basic or oauth2_post auth types. | |
| NEXTHINK_LOG_LEVEL | No | Log level: debug/info/warn/error. | info |
| NEXTHINK_READ_ONLY | No | When true, hides destructive tools. | false |
| NEXTHINK_TOKEN_URL | No | Explicit OAuth token endpoint (overrides derivation). | |
| NEXTHINK_MAX_RETRIES | No | Maximum number of retries. | 3 |
| NEXTHINK_API_BASE_URL | No | Explicit API base URL (overrides derivation; for proxies/on-prem). Accepted as alias: NEXTHINK_INSTANCE_URL. | |
| NEXTHINK_BEARER_TOKEN | No | Pre-issued/vaulted bearer token for the bearer auth type. | |
| NEXTHINK_RETRY_MAX_MS | No | Maximum retry delay in milliseconds. | 8000 |
| NEXTHINK_CLIENT_SECRET | No | Client secret for oauth2_basic or oauth2_post auth types. | |
| NEXTHINK_RETRY_BASE_MS | No | Base retry delay in milliseconds. | 500 |
| NEXTHINK_ALLOWED_ACTIONS | No | Comma-separated Remote Action allow-list. Empty means any Remote Action id is permitted. | |
| NEXTHINK_HTTP_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 30000 |
| NEXTHINK_NQL_EXECUTE_PATH | No | Pin the execute endpoint. Set to /api/v1/nql/execute only for pre-v2 compatibility. | /api/v2/nql/execute |
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/mihender50/nexthink-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server