Skip to main content
Glama

Novence MCP

Hosted Model Context Protocol server for Novence — static site hosting for AI agents.

This repository is the Claude Code plugin / install package (LincChad/novence-mcp). The MCP server itself is hosted; there is nothing to run locally.

Get an API key

curl -sS -X POST https://api.novence.ai/v1/bootstrap \
  -H 'Content-Type: application/json' \
  -d '{"email":"you@example.com"}'

Verify the emailed OTP when prompted to unlock full Free quotas.

Related MCP server: EdgeOne Pages MCP Server

Claude Code (this plugin)

Claude stores the key via plugin userConfig (macOS Keychain / protected credentials) — prefer this over shell env.

claude plugin validate .
claude --plugin-dir .

Or install from a marketplace after this repo is listed in the Claude plugin directory.

  1. Enable the plugin (you can leave the API key blank, bootstrap, then fill it in).

  2. Set Novence API key in plugin settings, or pass --config api_key='nv_…' at install.

  3. Confirm tools with /mcp.

The plugin’s .mcp.json sends Authorization: Bearer ${user_config.api_key}. See SETUP.md.

Cursor / shell

Use the environment variable pattern (not Claude plugin Keychain):

export NOVENCE_API_KEY='nv_…'

Add to ~/.cursor/mcp.json (or project .cursor/mcp.json):

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:NOVENCE_API_KEY}"
      }
    }
  }
}

One-click install (replace the key after install, or use env interpolation):

Add to Cursor

Generic MCP clients

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp",
      "headers": {
        "Authorization": "Bearer nv_…"
      }
    }
  }
}

Official registry

Published as io.github.LincChad/novence-mcp on registry.modelcontextprotocol.io.

License

MIT — see LICENSE.

A
license - permissive license
-
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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/LincChad/novence-mcp'

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