NO ONE WORKS HERE | ||||||||||||||||||||||||||||||||||
PARADE.PAULCHEEK.COM • PAUL@CHEEK.ORG 01110000 01100001 01110010 01100001 01100100 01100101PARADE WEEK / Cheat sheets Cheat Sheet: Connecting Your Agent · © Cheek LLC 2026 | ||||||||||||||||||||||||||||||||||
Parade Week Packet · Cheat sheets Cheat Sheet: Connecting Your AgentEvery company system is an MCP server at one URL. This page gets any agent connected in about three minutes per system. The URL pattern
The host is on the room screen. The join code is printed on your team card: it is the credential, so treat it like one. The systems and their path segments:
Your team card lists which systems are yours. Every team has AirMail and the Gary Graph. Connecting on claude.ai
Claude DesktopWorks identically. Same URLs, same connector flow, nothing extra to set up for the lab. Managed agents (shared credential vault)If your platform wraps connectors in a managed-agent credential vault, it will run an authorization step when you add each system. This is automatic: the servers speak OAuth and auto-approve, so the vault completes and stores a credential without any login, and without you pasting a key. The join code in the URL is still the whole credential — the authorization is just a formality the vault requires. If the vault ever prompts you to paste a key, you can leave it blank; the URL is enough. Any other platformMCP is an open standard. Any client that speaks MCP over streamable HTTP connects with the same URLs: another vendor's agent builder, an orchestration framework, or a bare SDK. The servers are stateless JSON-RPC over POST (initialize, tools/list, tools/call), with no auth handshake beyond the URL itself. When it does not work
Rule of thumb: the URL is the entire configuration. If something is wrong, it is almost always the URL. |