clue2app-user-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for SSE transport (default: 8080) | 8080 |
| COORDINATOR_URL | Yes | The base URL of the coordinator service (e.g., http://coordinator.control.svc.cluster.local) | |
| COORDINATOR_TOKEN | No | Bearer token for coordinator authentication (required for stdio transport, ignored for SSE transport) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_usersB | List users, optionally filtered by search query or project membership. |
| get_userB | Fetch a single user record by id. |
| disable_userA | Disable a user account. Requires SYSTEM token. Records the given reason for audit. |
| enable_userB | Re-enable a previously disabled user account. Requires SYSTEM token. |
| resolve_duplicate_usersA | Merge duplicate_ids into primary_id, keeping primary_id as the surviving user. Requires SYSTEM token. |
| list_user_membershipsB | List every project a user belongs to, with their role on each. |
| grant_roleA | Grant a user a role on a project. Requires SYSTEM or ACCOUNT_ADMIN token. |
| revoke_roleA | Revoke a user's role on a project. Requires SYSTEM or ACCOUNT_ADMIN token. |
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/clue2solve/clue2app-user-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server