Skip to content
Windsurf

AIPost MCP Server for Windsurf

io.github.aipost-email/mcp-server

Typed structured messaging for AI agents via AIPost.email with Ed25519 signing

client:Windsurf transport:stdio runtime:npm

Install AIPost MCP Server 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aipost/mcp-server"
      ],
      "env": {
        "AIPOST_API_KEY": "<AIPOST_API_KEY>",
        "AIPOST_ED25519_KEY_PATH": "<AIPOST_ED25519_KEY_PATH>",
        "AIPOST_BASE_URL": "<AIPOST_BASE_URL>"
      }
    }
  }
}

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

AIPost MCP Server in other clients