Skip to main content
Glama
naveendhaterwal

Nosana Agentic MCP

Nosana Agentic MCP

Welcome to the Nosana Agentic MCP repository! This project provides a powerful Model Context Protocol (MCP) server that integrates Nosana compute network deployments and jobs with AI agents.

By connecting this MCP server to your AI agent (such as Claude Desktop, Cursor, or any MCP-compatible client), you empower it to directly interact with the Nosana network. Your AI can now deploy AI models, monitor jobs, manage secrets, and control scalingโ€”all through natural language.


๐Ÿš€ Available AI Tools

The Nosana MCP Server exposes a robust set of tools allowing AI agents to fully manage your compute infrastructure:

  • Deployment Management: deploy_model, list_deployments, get_deployment, restart_deployment, stop_deployment

  • Scaling & Configuration: update_replicas, update_timeout, get_gpu_options

  • Job Execution: compose_job_definition, post_job_definition, list_jobs, get_job_status, stop_job, extend_job

  • Logs & Artifacts: get_deployment_logs, get_job_logs, download_artifacts, upload_secrets

  • Diagnostics: diagnose, analyze_model, get_ssh_command, check_market_queue


โš™๏ธ Quick Start (IDE & Agent Integration)

You can seamlessly connect this MCP Server directly to your IDE or Agent. Simply provide the following configuration in your claude_desktop_config.json or your Cursor MCP settings.

{
  "mcpServers": {
    "nosana": {
      "command": "npx",
      "args": ["nosana-deployment-mcp"],
      "env": {
        "NOSANA_API_KEY": "your_nosana_api_key_here"
      }
    }
  }
}

Make sure to replace "your_nosana_api_key_here" with your actual API key.


๐Ÿ”’ Prerequisites & Security

  • Nosana Account: You need an active Nosana account.

  • API Key: Required to authenticate requests to the Nosana network.

  • Node.js: v18+ is required to run the npx command.

โš ๏ธ Security Warning: Never commit your NOSANA_API_KEY to public repositories. Always use .env files or secure secret managers when developing locally.


๐Ÿ› ๏ธ Local Development

If you want to contribute or run the MCP server from source:

  1. Clone the repository:

    git clone https://github.com/naveendhaterwal/Nosana-Agentic-Mcp.git
    cd Nosana-Agentic-Mcp/mcp-server
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build

๐Ÿค Contributing

Contributions are welcome! Please open an issue or submit a Pull Request if you'd like to add new tools to the MCP server, fix bugs, or improve the documentation.

-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/naveendhaterwal/Nosana-Agentic-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server