Skip to content

docs: clarify details around MCP #17220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
contributing
  • Loading branch information
bpmct committed Apr 2, 2025
commit ac9c11693202d531172b2beceed4a76a9a11f164
6 changes: 6 additions & 0 deletions docs/tutorials/ai-agents/custom-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ any-custom-agent configure-mcp --name "coder" --command "coder exp mcp server"
This will start the MCP server and report activity back to the Coder control plane on behalf of the coder_app resource.

> See the [Goose module](https://github.com/coder/modules/blob/main/goose/main.tf) source code for a real world example.

## Contributing

We welcome contributions for various agents via the [Coder registry](https://registry.coder.com/modules?tag=agent)!

See our [contributing guide](https://github.com/coder/modules/blob/main/CONTRIBUTING.md) for more information.
2 changes: 1 addition & 1 deletion docs/tutorials/ai-agents/headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ coder exp mcp configure claude-desktop # Configure Claude Desktop to interact wi
coder exp mcp configure cursor # Configure Cursor to interact with Coder
```

> MCP is also used for various agents to report activity back to Coder. Learn more about this in [configuring templates](./create-template.md).
> MCP is also used for various agents to report activity back to Coder. Learn more about this in [custom agents](./custom-agents.md).

## Coder CLI

Expand Down
Loading