Get Mcp Server
/v1/mcp-servers/{mcp_server_id}
Get a specific MCP server
Path Parameters
mcp_server_id: string
Returns
Get Mcp Server
curl https://api.letta.com/v1/mcp-servers/$MCP_SERVER_ID \
-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"
}