Model Context Protocol servers (MCP)
What is MCP?
MCP Server Configuration 



{
"mcpServers": {
"server-name": {
"command": "server-executable",
"args": [
"arg1",
"arg2"
],
"env": {
"API_KEY": "your-api-key",
"BASE_URL": "https://api.example.com"
}
}
}
}Supported Transport Layers
Commonly Used MCP Servers
Category
MCP Servers
Configuration Examples
Local MCP Server (Stdio Transport)
Remote MCP Server with JWT Authentication 
Remote MCP Server with API Key (multiple headers)
Legacy SSE Server
Last updated
Was this helpful?













