# myplan > Shared Markdown notes and canvases that people and AI agents edit at the same time. Agents connect over MCP and propose edits people accept. ## Connect an agent - [skill.md](https://myplan.lol/skill.md): step-by-step setup for Claude Code, Codex, Hermes Agent, Cursor, VS Code, Windsurf, Gemini CLI, Claude Desktop and any MCP client. An agent can read it and set itself up: "Connect to myplan: read https://myplan.lol/skill.md and follow it." - [MCP server for an account](https://myplan.lol/mcp): Streamable HTTP with OAuth; the user chooses which workspaces the agent reaches. - [MCP server for one workspace](https://myplan.lol/mcp/{workspaceId}): the same server narrowed to one workspace; `{workspaceId}` is the id in a `https://myplan.lol/w/` link. - [Device sign-in](https://myplan.lol/device): agents without a browser show a code, and the user approves it here. ## Discovery - [MCP server card](https://myplan.lol/.well-known/mcp/server-card.json): name, description and remote endpoints. - [API catalog](https://myplan.lol/.well-known/api-catalog): RFC 9727 linkset for the MCP server. - [AI catalog](https://myplan.lol/.well-known/ai-catalog.json): the server card and the skill. - [Agent skills index](https://myplan.lol/.well-known/agent-skills/index.json): Agent Skills Discovery v0.2.0, with the skill's digest. - [Agent skills index (legacy)](https://myplan.lol/.well-known/skills/index.json): the v0.1 format. - [OAuth authorization server metadata](https://myplan.lol/.well-known/oauth-authorization-server): RFC 8414; dynamic client registration and the device authorization grant. - [OAuth protected resource metadata](https://myplan.lol/.well-known/oauth-protected-resource/mcp): RFC 9728, for the MCP server. ## Legal - [Privacy](https://myplan.lol/privacy) - [Terms](https://myplan.lol/terms)