MCP Server
Active
io.github.jdhart81/ghg-ledger MCP Server
io.github.jdhart81/ghg-ledger
What is the io.github.jdhart81/ghg-ledger MCP server?
Deterministic Scope 1/2/3 GHG inventories with bundled factors and audit hashes.
How to install io.github.jdhart81/ghg-ledger
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ghg-ledger": {
"url": "https://mcp.viridisconservation.com/ghg-ledger/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ghg-ledger": {
"serverUrl": "https://mcp.viridisconservation.com/ghg-ledger/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ghg-ledger": {
"type": "http",
"url": "https://mcp.viridisconservation.com/ghg-ledger/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ghg-ledger": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.viridisconservation.com/ghg-ledger/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ghg-ledger https://mcp.viridisconservation.com/ghg-ledger/mcpRelated MCP servers
Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation.
1
View repository →TypeScript
MIT
Compute-is-carbon energy/carbon ledger for agent work with Landauer-limit validation.
0
View repository →Python
The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat
0
View repository →Python
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
0
View repository →Python