Multi-Agent Framework
Fastclaw MCP server exists for a simple reason — assistants are far more useful when they can act on Fastclaw directly instead of describing what you should do. Multi-Agent Framework.
Platform admin: agents, models, skills, users, API keys
FastClaw is an Agent Factory — it creates, manages, and runs AI agents. Each agent has its own personality (SOUL.md), memory, skills, and tools. FastClaw handles the LLM communication, tool execution, sandbox isolation, and session management.
Once Fastclaw is connected, these are the calls the assistant has available:
Built-in — exec, read_file, write_file, list_dir, web_fetch, web_search, memory_searchOpenAI — compatible /v1/chat/completions (streaming)Per — agent scheduler /api/agents/{id}/cron (list / toggle / delete)App — user provisioning POST /v1/users — third-party apps mint a stable fastclaw user_id per end-user, idempotent on (api_key, external_id). Or pass userChannels — The Channels tool exposed by this serverSkills — The Skills tool exposed by this serverMemory — The Memory tool exposed by this serverLocal — The Local tool exposed by this serverCommands — The Commands tool exposed by this serverKubernetes — No config file is mounted — bootstrap is env-only. See deploy/k8s/ for full manifestsYou will need 2 environment variables: FASTCLAW_STORAGE_DSN, OPENAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Fastclaw's toolset — Built-in, OpenAI, Per and 7 more — is a fair guide to whether it matches your workflow. It is maintained by fastclaw-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Built-in | exec, read_file, write_file, list_dir, web_fetch, web_search, memory_search |
| OpenAI | compatible /v1/chat/completions (streaming) |
| Per | agent scheduler /api/agents/{id}/cron (list / toggle / delete) |
| App | user provisioning POST /v1/users — third-party apps mint a stable fastclaw user_id per end-user, idempotent on (api_key, external_id). Or pass user on /v1/chat/completions (or X-Fastclaw-End-User header) for lazy mint on |
| Channels | The Channels tool exposed by this server. |
| Skills | The Skills tool exposed by this server. |
| Memory | The Memory tool exposed by this server. |
| Local | The Local tool exposed by this server. |
| Commands | The Commands tool exposed by this server. |
| Kubernetes | No config file is mounted — bootstrap is env-only. See deploy/k8s/ for full manifests. |
| Variable | Description | Required |
|---|---|---|
| FASTCLAW_STORAGE_DSN | Endpoint or connection string the server talks to. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.