Skip to content

Repository files navigation

norc-mcp

MCP server for connecting AI platforms (Claude, ChatGPT, etc.) to your norc account — manage cron jobs, machines, and run history from a chat.

Setup

  1. Generate a norc API key: vault → Settings → API Keys → Generate key.
  2. Add this server to your MCP client's connector config, pointing at https://mcp.norc.app/mcp with your key as the Bearer token (exact field depends on the client).

Tools

  • list_jobs, create_job, update_job, delete_job
  • list_machines, rename_machine, delete_machine
  • list_runs

Self-hosting

This server is a thin, stateless client — it holds no secrets and no database access of its own. It only forwards your API key to vault.norc.app (or $NORC_VAULT_URL). Run your own instance if you'd like:

pnpm install
pnpm build
PORT=3000 node dist/server.js

Note: self-hosting this server does not mean self-hosting norc itself — it still talks to the hosted norc API.

Run via Docker

docker run -p 3000:3000 norcapp/norc-mcp

Set NORC_VAULT_URL if you're pointing at a non-default vault instance:

docker run -p 3000:3000 -e NORC_VAULT_URL=https://vault.norc.app norcapp/norc-mcp

License

MIT

About

MCP server for connecting AI platforms to your norc account — manage cron jobs, machines, and run history

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages