MCP server for the RunAgents AI agent platform
Project description
RunAgents MCP Server
Model Context Protocol server for the RunAgents AI agent platform. Gives AI coding assistants (Claude Code, Cursor, Codex) direct access to deploy agents, manage tools, monitor runs, and handle approvals.
Install
pip install runagents-mcp
Configure
Claude Code
Add to your settings.json or project .mcp.json:
{
"mcpServers": {
"runagents": {
"command": "runagents-mcp",
"env": {
"RUNAGENTS_ENDPOINT": "https://YOUR_WORKSPACE.try.runagents.io",
"RUNAGENTS_API_KEY": "YOUR_API_KEY",
"RUNAGENTS_NAMESPACE": "default"
}
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"runagents": {
"command": "runagents-mcp",
"env": {
"RUNAGENTS_ENDPOINT": "https://YOUR_WORKSPACE.try.runagents.io",
"RUNAGENTS_API_KEY": "YOUR_API_KEY",
"RUNAGENTS_NAMESPACE": "default"
}
}
}
}
Configuration
The server reads configuration from environment variables, falling back to ~/.runagents/config.json (shared with the RunAgents CLI):
| Variable | Description | Default |
|---|---|---|
RUNAGENTS_ENDPOINT |
Platform API URL | http://localhost:8092 |
RUNAGENTS_API_KEY |
API key or workspace key | — |
RUNAGENTS_NAMESPACE |
Target namespace | default |
Tools
| Tool | Description | Type |
|---|---|---|
list_agents |
List all deployed agents | Read |
get_agent |
Get details for a specific agent | Read |
list_tools |
List registered tools | Read |
list_models |
List model providers | Read |
list_runs |
List agent runs | Read |
get_run_events |
Get events for a specific run | Read |
export_context |
Export full workspace context | Read |
analyze_code |
Analyze source code for tool and LLM usage | Read |
deploy_agent |
Deploy an agent from source code or image | Mutate |
create_tool |
Register a new tool | Mutate |
validate_plan |
Validate an action plan before applying | Read |
apply_plan |
Apply a validated action plan | Mutate |
approve_request |
Approve a pending access request | Mutate |
seed_starter_kit |
Create demo tools and model provider | Mutate |
Documentation
- AI Assistant Setup — Full setup guide
- RunAgents Docs — Platform documentation
- CLI Reference — CLI commands
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runagents_mcp-0.1.0.tar.gz.
File metadata
- Download URL: runagents_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74648a7d6c0deb1744a8da5afedbf63216117acbdfdb7901d9307cb3a437632f
|
|
| MD5 |
32025a140eb422bac37270656b32db6b
|
|
| BLAKE2b-256 |
502228cceaaaf227cdae3423e4c2aaa208f0bc4393ee6d11441d3d8d69bbcd7e
|
File details
Details for the file runagents_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: runagents_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3502816703350c6b9ec7381268ce70b547789ac3a6b57b3e5da3ea2b610bb85
|
|
| MD5 |
c7ec3b2cb7946c5d4c2e7b840fa6ff7e
|
|
| BLAKE2b-256 |
d523836f007145f61bbd76b3d3bab7baac268456d3ee4fe40c152a6a511e3f37
|