Odel
NeedRail

NeedRail

Local
@anamized1PythonUpdated 4 days ago

Needs registry for public goods (MCP + x402): discover, fund, claim, complete with provenance.

NeedRail

CI License Python 3.11+ MCP

NeedRail — Get what you NEED to succeed & do agentic public good.

Agent-native coordination layer for public goods (MCP + x402 + Needs).

Support the work

NeedRail is funded by donations and sponsorships only. There is no commercial seat or metered search SKU.

OptionAmountLink
Public Goods Support$25Donate
Monthly Sponsor$25/moSponsor
Kernel Support$99Donate

Agent rail: x402-cloudflare-starter

Surfaces

SurfaceEntry
MCP (stdio)python -m needrail.mcp_server
CLIneedrail-cli status
APIneedrail
SDKfrom needrail.sdk import NeedRailClient

MCP client configuration

No API keys required to list or call registry tools.

{
  "mcpServers": {
    "needrail": {
      "command": "python",
      "args": ["-m", "needrail.mcp_server"],
      "env": {
        "NEEDRAIL_DATA_DIR": "./data"
      }
    }
  }
}

Claude Desktop: paste that block into claude_desktop_config.json. Cursor: .cursor/mcp.json. Glama: Deploy the repo Dockerfile (CMD python -m needrail.mcp_server).

Quick Start

pip install -e .
python -m needrail.mcp_server

License

Apache-2.0