Agentic MCP for Windsurf
io.github.hugolsramos01-bit/mcp-agentic-server
Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.
client:Windsurf
transport:stdio
runtime:npm
Install Agentic MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<AGENTIC_ALLOWED_ROOTS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs