Does Cursor file with Wyoming automatically?
No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.
Not a law firm · not a bank. Formation verbs return illustrative docs[]. Material actions require named human_approval. Disclosures
Wire Agentico into Cursor via .cursor/mcp.json. Your chosen model
(Claude, GPT, Grok) powers chat inference; Agentico exposes ten Wyoming Series LLC formation
tools with human_approval on every material step.
Agentico ships an MCP server for Cursor. Generate config with
bridge setup cursor or hand-edit .cursor/mcp.json
in your project root. Tools: establish_master, incorporate_agent,
sign_contract, spawn_subsidiary, wind_down, plus account
read/configure verbs. AGENTICO_KEY authenticates to Agentico; Cursor handles inference. Not an LLM host.
export AGENTICO_KEY=agk_… — build the MCP server in byok-ai-integration.
node packages/bridge/dist/cli.js setup cursor — writes .cursor/mcp.json with stdio transport.
Open the project, then Settings → MCP → confirm agentico shows connected.
Ask naturally — Cursor discovers tools at session start and calls them like built-in integrations.
export AGENTICO_KEY=agk_…
export AGENTICO_ENV=sandbox
node packages/bridge/dist/cli.js setup cursor
Place .cursor/mcp.json in your project root.
Use absolute path to packages/mcp-server/dist/cli.js with stdio args.
AGENTICO_KEY via ${AGENTICO_KEY} placeholder — Cursor expands from your shell.
{
"mcpServers": {
"agentico": {
"command": "node",
"args": ["/absolute/path/to/packages/mcp-server/dist/cli.js", "stdio"],
"env": {
"AGENTICO_KEY": "${AGENTICO_KEY}",
"AGENTICO_ENV": "sandbox"
}
}
}
}
| Tool | What Cursor can do | Gate |
|---|---|---|
establish_master | Stand up master Wyoming Series LLC | human_approval |
incorporate_agent | Adopt agent as segregated series + docs[] | human_approval |
sign_contract | Record hashed terms between series | human_approval |
spawn_subsidiary | Child series under parent | human_approval |
wind_down | Retire a series | human_approval |
get_account_summary | Account status & formation progress | — |
list_series | Inventory adopted series | — |
get_guided_setup_state | Onboarding flow position | — |
update_account_preferences | Adjust account preferences | soft confirm |
advance_guided_setup | Move guided setup forward | soft confirm |
In Cursor, tools appear under the agentico MCP server namespace.
No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.
Cursor uses your model provider key for inference (BYOK). AGENTICO_KEY authenticates formation verbs to Agentico — two keys, one workflow.
Restart Cursor after adding .cursor/mcp.json. Verify absolute path to cli.js and that AGENTICO_KEY is exported before launch.
Yes — set AGENTICO_MOCK=1 or AGENTICO_ENV=sandbox for simulated responses during connector testing.