Skip to main content
Glama
anythink-cloud

Anythink-MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROFILENoThe CLI profile to pin (e.g., 'my-project'). If not provided, the default profile is used.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
config_useB

Set the active project profile

projects_deleteB

Delete a project from the billing account

login_directA

Store credentials directly for a project (bypasses billing login). Use this when you already have an org ID and API key or JWT token.

projects_useB

Connect to a project and save it as the active profile. Exchanges a transfer token for project-scoped credentials.

logoutA

Remove saved credentials for a project profile

signupC

Create a new Anythink account

accounts_createC

Create a new billing account

config_removeB

Remove a project profile from the CLI configuration

projects_listB

List all projects in the active billing account

loginA

Log in to the Anythink platform with email and password. Returns a session token used for account and project management. For Google OAuth, use the CLI instead ('anythink login --google').

accounts_useA

Set the active billing account (used for project management)

cliA

Run any Anythink CLI command and return its output. Use this for commands not covered by dedicated tools (entities, fields, data, workflows, roles, menus, secrets, users, files, pay, oauth, migrate, fetch, api, docs, etc.). Pass the command exactly as you would after 'anythink', e.g. 'entities list' or 'data list posts'. Menu commands: 'menus list' shows dashboard menus with tree structure; 'menus add-item --icon --parent ' adds an entity to a dashboard menu. For destructive commands add '--yes' to skip confirmation prompts. Add '--json' where supported for machine-readable output.

accounts_listA

List all billing accounts for the logged-in user

projects_createB

Create a new project in the active billing account

config_showA

List all configured profiles and show which is active

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/anythink-cloud/anythink-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server