Best Coding Agents MCP Servers for Cline
Connect coding agents tools to Cline using MCP servers. These servers let Cline interact with coding agents resources, enabling powerful AI-assisted workflows for developers.
0 Coding Agents Servers for Cline
Cline Configuration
Add coding agents MCP servers to your Cline configuration at VS Code settings (Cline extension settings):
{
"cline.mcp.servers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Coding Agents Servers for Other Clients
Other Categories for Cline
File Systems MCP Servers for ClineDatabases MCP Servers for ClineAPIs MCP Servers for ClineCloud Services MCP Servers for ClineDeveloper Tools MCP Servers for ClineAnalytics MCP Servers for ClineCommunication MCP Servers for ClineBusiness Applications MCP Servers for ClineBrowser Automation MCP Servers for ClineSearch & Data Extraction MCP Servers for ClineKnowledge & Memory MCP Servers for ClineFinance & Fintech MCP Servers for ClineSecurity MCP Servers for ClineData Science & ML MCP Servers for ClineVersion Control MCP Servers for ClineMarketing & SEO MCP Servers for ClineMonitoring & Observability MCP Servers for Cline