Best Coding Agents MCP Servers for Windsurf
Connect coding agents tools to Windsurf using MCP servers. These servers let Windsurf interact with coding agents resources, enabling powerful AI-assisted workflows for developers.
0 Coding Agents Servers for Windsurf
Windsurf Configuration
Add coding agents MCP servers to your Windsurf configuration at ~/.windsurf/mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects"]
},
"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 Windsurf
File Systems MCP Servers for WindsurfDatabases MCP Servers for WindsurfAPIs MCP Servers for WindsurfCloud Services MCP Servers for WindsurfDeveloper Tools MCP Servers for WindsurfAnalytics MCP Servers for WindsurfCommunication MCP Servers for WindsurfBusiness Applications MCP Servers for WindsurfBrowser Automation MCP Servers for WindsurfSearch & Data Extraction MCP Servers for WindsurfKnowledge & Memory MCP Servers for WindsurfFinance & Fintech MCP Servers for WindsurfSecurity MCP Servers for WindsurfData Science & ML MCP Servers for WindsurfVersion Control MCP Servers for WindsurfMarketing & SEO MCP Servers for WindsurfMonitoring & Observability MCP Servers for Windsurf