Grackle GenAIScript runtime implementation
Runtime MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Grackle GenAIScript runtime implementation.
That's the collective noun. Also what you get when you stop babysitting one agent in a terminal and start running many — each on its own wire, with its own key, leaving its own name in the log.
Once Runtime is connected, these are the calls the assistant has available:
Claude — mounted read-only (redirected via CLAUDE_CONFIG_DIR)GH_TOKEN — enables the GitHub CLI and Codespace adapter inside the containerAdapter — CommandFindings — Categorized discoveries shared across agents within a workspace — architecture decisions, bugs, API patterns, dependency issues. Tagged andPersonas — Named agent configurations that bundle a system prompt, runtime, model, tool allowlists, and MCP permissions. Assign a "Software Architect" toEnvironments — Each agent runs inside an isolated environment. Connect one or many:Themes — 9 built-in themes — Grackle, Glassmorphism, Matrix, Neubrutalism, Monokai, Ubuntu, Sandstone, Verdigris, and Primer (several with light/darkYou will need one environment variable: ANTHROPIC_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 developer tooling 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. Runtime's toolset — Claude, GH_TOKEN, Adapter and 4 more — is a fair guide to whether it matches your workflow. It is maintained by nickpape; 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 |
|---|---|
| Claude | mounted read-only (redirected via CLAUDE_CONFIG_DIR) |
| GH_TOKEN | enables the GitHub CLI and Codespace adapter inside the container |
| Adapter | Command |
| Findings | Categorized discoveries shared across agents within a workspace — architecture decisions, bugs, API patterns, dependency issues. Tagged and searchable. |
| Personas | Named agent configurations that bundle a system prompt, runtime, model, tool allowlists, and MCP permissions. Assign a "Software Architect" to decompose work, a "Code Reviewer" to audit diffs read-only, or a "Lint & Form |
| Environments | Each agent runs inside an isolated environment. Connect one or many: |
| Themes | 9 built-in themes — Grackle, Glassmorphism, Matrix, Neubrutalism, Monokai, Ubuntu, Sandstone, Verdigris, and Primer (several with light/dark variants). Switch in Settings or match your system preference. |
{
"mcpServers": {
"genaiscript": {
"command": "npx",
"args": ["-y", "@grackle-ai/cli"],
"env": {
"ANTHROPIC_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.