Skip to content
Windsurf

ESG MCP Servers for Windsurf

io.github.freminder/esg-mcp-servers

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

client:Windsurf transport:stdio runtime:pypi

Install ESG MCP Servers in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "esg-mcp-servers": {
      "command": "uvx",
      "args": [
        "esg-mcp-servers"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "POSTGRES_DSN": "<POSTGRES_DSN>",
        "MONGODB_URI": "<MONGODB_URI>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
        "EMBEDDING_DIMENSIONS": "<EMBEDDING_DIMENSIONS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ESG MCP Servers in other clients