MCP for agents

Last updated:

Add Nashir's server to your coding agent, and it creates services, deploys, and follows builds from inside the conversation.

Setup

Add this to your agent's MCP config — Codex, Claude or Cursor:

{
  "mcpServers": {
    "nashir": { "url": "https://mcp.nashir.io" }
  }
}

What your agent can do

  • Create projects and services.
  • Deploy and follow the build log.
  • Read service and deploy status.

Things to ask your agent

  • "Deploy this project to Nashir in Riyadh."
  • "Create a PostgreSQL database for this project."
  • "Why did the last deploy fail? Read the log."