References

Identity Tools

MCP tools for checking authentication status, listing projects, and managing workspaces

whoami

Get information about the authenticated user. Useful for verifying the agent connection is working.

No parameters.

Returns: user_id, github_username, avatar_url, has_github_app, default_workspace

list_projects

List all projects in a workspace.

ParameterTypeRequiredDefaultDescription
workspacestringnodefaultWorkspace slug

Returns: Array of projects with project_id, name, ref, is_default, created_at

list_workspaces

List all workspaces the authenticated user belongs to.

No parameters.

Returns: Array of workspaces with name, slug, role (owner, admin, member), is_personal

On this page