Skip to main content

Agent and MCP Guide

Live

Status aligned to .mcp.json as of 2026-02-18.

Configured servers

ServerEnabledPurpose
foundrytrueContract compile/test/cast/anvil flows
storachatrueIPFS/Filecoin storage workflows
railwaytrueDeployment/service operations

Agent access model

AgentDeclared access
cracked-coderfoundry, storacha, railway
code-reviewernone
oraclemiro

Consistency note

.mcp.json declares oracle -> miro in agentAccess, but miro is not present under servers.

Treat this as configuration drift until either:

  1. miro server block is added, or
  2. oracle access list is updated to remove miro.

Safe usage policy

  • Prefer local tooling (bun, forge, cast) for small scoped tasks.
  • Use MCP when cross-system automation is required.
  • Avoid exposing secrets in logs or docs examples.
Which source wins if docs and config disagree?

.mcp.json is the source of truth. Update docs in the same PR that changes MCP config.

Next best action

After checking tool access, confirm protocol activation status before documenting feature availability.

Open deployment status