We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/statespace-tech/toolfront'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
coding_agents.md•557 B
---
icon: lucide/code
---
# Coding agents
Coding agents can interact with apps by including the URL in prompts:
=== ":simple-claude: Claude Code"
```console
$ claude "Get today's date from http://127.0.0.1:8000"
```
=== ":simple-githubcopilot: GitHub Copilot"
```console
$ copilot "Get today's date from http://127.0.0.1:8000"
```
=== ":simple-openai: Codex"
```console
$ codex "Get today's date from http://127.0.0.1:8000"
```
!!! warning
Avoid connecting coding agents to public apps.