Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Terros MCP Serverlist the first 10 users with an admin role"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@terros-inc/mcp
Production-ready MCP server scaffold for the Terros platform. This initial version implements User API tools.
Implemented tools
terros_get_current_user- Get the authenticated user profile (GET /users/me)terros_list_users- List users with optionalrole,limit, andoffsetterros_get_user- Get a user by ID
Requirements
Node.js 20+
npm
Terros API key
Setup
pnpm install
cp .env.example .env
pnpm build
pnpm startEnvironment variables
Variable | Required | Default | Description |
| Yes | - | API key sent as |
| No |
| Base URL for Terros API |
MCP client configuration
Claude Desktop
Add this to Claude Desktop MCP config:
{
"mcpServers": {
"terros": {
"command": "node",
"args": ["/absolute/path/to/terros-mcp/dist/index.js"],
"env": {
"TERROS_API_KEY": "<your_key>",
"TERROS_API_BASE_URL": "https://api.terros.com/v1"
}
}
}
}Cursor
Configure MCP server entry:
{
"name": "terros",
"command": "node",
"args": ["/absolute/path/to/terros-mcp/dist/index.js"],
"env": {
"TERROS_API_KEY": "<your_key>",
"TERROS_API_BASE_URL": "https://api.terros.com/v1"
}
}OpenClaw
Example server launch:
TERROS_API_KEY=<your_key> TERROS_API_BASE_URL=https://api.terros.com/v1 node dist/index.jsDevelopment
pnpm devBuild
pnpm buildResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.