List Mcp Servers
/v1/mcp-servers/
Get a list of all configured MCP servers
Returns
List Mcp Servers
curl https://api.letta.com/v1/mcp-servers/ \
-H "Authorization: Bearer $LETTA_API_KEY"
[
{
"args": [
"string"
],
"command": "command",
"server_name": "server_name",
"id": "mcp_server-123e4567-e89b-12d3-a456-426614174000",
"env": {
"foo": "string"
},
"type": "sse"
}
]Returns Examples
[
{
"args": [
"string"
],
"command": "command",
"server_name": "server_name",
"id": "mcp_server-123e4567-e89b-12d3-a456-426614174000",
"env": {
"foo": "string"
},
"type": "sse"
}
]