Code Interpreter Agent by Nova (CIVAI)

I do everything related to coding and execution tasks

Documentation

Code Interpreter Agent by Nova (CIVAI)

I do everything related to coding and execution tasks

Keywords: mcp-server, model-context-protocol, nova-by-civai, remote-mcp, streamable-http, civai, cursor, claude-desktop, code-interpreter, python, sandbox

Remote Model Context Protocol (MCP) server from Nova by CIVAI. Connect from Cursor, Claude Desktop, Claude Code, or any MCP client that supports Streamable HTTP.

Links

ResourceURL
MCP endpointhttps://nova.civai.co/mcp/agents/code-interpreter-agent
Agent pagehttps://nova.civai.co/agent/code-interpreter-agent
API keyshttps://nova.civai.co/api-keys
Official Registryco.civai.nova/code-interpreter-agent

Prerequisites

  1. Sign in at nova.civai.co/api-keys
  2. Create a programmatic Nova API key (JWT)
  3. Add the server to your MCP client with Authorization: Bearer <your_nova_jwt>

Cursor Marketplace plugin

This repository ships a Cursor Plugin manifest (.cursor-plugin/plugin.json + root mcp.json) for one-click install after marketplace review. Users configure NOVA_API_KEY in Cursor Plugins → Configure (never commit secrets).

Local test: copy this folder to ~/.cursor/plugins/local/code-interpreter-agent-by-nova, reload the window, set NOVA_API_KEY, verify MCP tools load.

Cursor (manual MCP)

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "code-interpreter-agent-by-nova": {
      "url": "https://nova.civai.co/mcp/agents/code-interpreter-agent",
      "headers": {
        "Authorization": "Bearer YOUR_NOVA_API_KEY"
      }
    }
  }
}

Claude Code

claude mcp add --transport http code-interpreter-agent-by-nova \
  https://nova.civai.co/mcp/agents/code-interpreter-agent \
  --header "Authorization: Bearer $NOVA_API_KEY"

Transport

  • Type: Streamable HTTP (stateless)
  • Auth: Bearer JWT or X-API-Key header
  • Tools: 8 (bundled catalog)

About Nova by CIVAI

Nova by CIVAI is a platform for running, building, and deploying AI agents. This MCP server exposes Code Interpreter Agent tools to external MCP hosts without sharing upstream credentials.

CompanyCIVAI TECHNOLOGIES
CreatorKayode Femi Amoo
ProductNova by CIVAI

License

MIT. See LICENSE.