Skip to main content
Glama
clue2solve

clue2app-user-mcp

Official
by clue2solve

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for SSE transport (default: 8080)8080
COORDINATOR_URLYesThe base URL of the coordinator service (e.g., http://coordinator.control.svc.cluster.local)
COORDINATOR_TOKENNoBearer token for coordinator authentication (required for stdio transport, ignored for SSE transport)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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