← Back to Plugins
MCP Server MCP

Syncpen

github By github 👁 1 views ▲ 0 votes

The markdown workspace your AI can read, search, and suggest edits in — every change signed.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "syncpen-mcp",
      "version": "1.6.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Syncpen API key (starts with sp_). Create one at https://www.syncpen.io/settings/api-keys.",
          "isRequired": true,
          "isSecret": true,
          "name": "SYNCPEN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...