Loading MCP server directory, please wait...
31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.
npx @getmcp/cli add io.github.freminder/esg-mcp-serversRequires Python 3.10+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic API key — required for RAG queries and LLM-based metric extraction
POSTGRES_DSNPostgreSQL connection string with pgvector extension (e.g. postgresql://esg:esg@localhost/esg_platform)
MONGODB_URIMongoDB connection string for PDF binary storage via GridFS (e.g. mongodb://localhost:27017)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.freminder/esg-mcp-servers": {
"command": "uvx",
"args": [
"esg-mcp-servers"
],
"env": {
"ANTHROPIC_API_KEY": "",
"POSTGRES_DSN": "",
"MONGODB_URI": "",
"EMBEDDING_MODEL": "",
"EMBEDDING_DIMENSIONS": ""
}
}
}
}