PluginBench
MCP Server

io.github.ptrinh/freeport-nostr MCP Server

io.github.ptrinh/freeport-nostr

What is the io.github.ptrinh/freeport-nostr MCP server?

Search Freeport Nostr events by kind, tag & geohash radius (rides, services, reputation).

How to install io.github.ptrinh/freeport-nostr

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FREEPORT_RELAYS

    Comma-separated relay websocket URLs. Defaults to the Freeport public relay set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "freeport-nostr": {
      "command": "npx",
      "args": [
        "-y",
        "freeport-nostr-mcp"
      ],
      "env": {
        "FREEPORT_RELAYS": "<YOUR_FREEPORT_RELAYS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "freeport-nostr": {
      "command": "npx",
      "args": [
        "-y",
        "freeport-nostr-mcp"
      ],
      "env": {
        "FREEPORT_RELAYS": "<YOUR_FREEPORT_RELAYS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "freeport-nostr": {
      "command": "npx",
      "args": [
        "-y",
        "freeport-nostr-mcp"
      ],
      "env": {
        "FREEPORT_RELAYS": "<YOUR_FREEPORT_RELAYS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "freeport-nostr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "freeport-nostr-mcp"
      ],
      "env": {
        "FREEPORT_RELAYS": "<YOUR_FREEPORT_RELAYS>"
      }
    }
  }
}
Claude Code
claude mcp add freeport-nostr --env FREEPORT_RELAYS=<YOUR_FREEPORT_RELAYS> -- npx -y freeport-nostr-mcp

Related MCP servers

Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.

View repository →