DEV Community

flat cash
flat cash

Posted on

MCP config examples for 5 AI tools

{
  "mcpServers": {
    "flat-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@flat-protocol/mcp-server"
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode
{
  "mcp": {
    "servers": {
      "flat-protocol": {
        "command": "npx",
        "args": [
          "-y",
          "@flat-protocol/mcp-server"
        ]
      }
    }
  }
}
Enter fullscreen mode Exit fullscreen mode
{
  "mcpServers": {
    "flat-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@flat-protocol/mcp-server"
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode
{
  "mcp": {
    "servers": {
      "flat-protocol": {
        "command": "npx",
        "args": [
          "-y",
          "@flat-protocol/mcp-server"
        ]
      }
    }
  }
}
Enter fullscreen mode Exit fullscreen mode
{
  "mcpServers": {
    "flat-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@flat-protocol/mcp-server"
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)