Install Devopness MCP Server on Windsurf
This guide walks you through installing and configuring the Devopness MCP server on Windsurf by Codeium.
Prerequisites
- Windsurf installed on your machine
- A Devopness account with a Personal Access Token
How Devopness integrates with Windsurf
Devopness provides a remote MCP server that Windsurf connects to through its native HTTP support. Once configured, the Devopness tools become available in the Cascade AI assistant panel.
Configure the MCP server
-
Open the MCP configuration file at:
- macOS/Linux:
~/.codeium/windsurf/mcp_config.json - Windows:
%USERPROFILE%\.codeium\windsurf\mcp_config.json
tipYou can also access this file from Windsurf by clicking the MCP icon in the top-right of the Cascade panel, then selecting View raw config (JSON).
- macOS/Linux:
-
Add the following configuration, replacing
YOUR_PERSONAL_ACCESS_TOKENwith your Devopness Personal Access Token:
{
"mcpServers": {
"devopness": {
"serverUrl": "https://mcp.devopness.com/mcp/",
"headers": {
"Authorization": "Bearer YOUR_PERSONAL_ACCESS_TOKEN"
}
}
}
}
- Save the file
Activate and verify the connection
- Open Windsurf and navigate to Windsurf Settings > Cascade > MCP Servers
- Click the refresh button to reload the MCP server configuration
- Confirm that the devopness server appears in the list
- Verify that the Devopness tools are listed under the server entry
Use the MCP server
Open the Cascade panel and try a prompt such as:
- "List my Devopness projects"
- "Show the servers in my production environment"
- "Deploy my application to staging"
Troubleshooting
- Server not appearing: Check that the JSON syntax in
mcp_config.jsonis valid. A missing comma or bracket can prevent the server from loading. - Authentication errors: Verify that your Personal Access Token is correct and has not expired.
- Check logs: Review the Windsurf logs at
~/.codeium/windsurf/logsfor detailed error messages. - Tool limit: Windsurf has a limit of 100 total MCP tools. If you have many MCP servers configured, disable tools you do not need.