cURL
curl --request GET \ --url https://api.tryreplicas.com/v1/environments/{environmentId}/mcps \ --header 'Authorization: Bearer <token>'
{ "environment_mcps": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "transport": "stdio", "config": { "command": "<string>", "args": [ "<string>" ], "env": {} }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Returns every MCP (Model Context Protocol server) attached to the environment.
Documentation IndexFetch the complete documentation index at: https://docs.replicas.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Environment UUID, or the literal string global.
global
Successful response
Show child attributes