← Back to Plugins
MCP Server MCP

io.github.singhpratech/notepatra-mcp

github By github 👁 1 views ▲ 0 votes

Notepatra editor MCP server — 35 tools; every write human-approved in the editor; local-only.

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "notepatra-mcp",
      "version": "0.1.119",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Connect to the running Notepatra editor (omit for built-in mock mode)",
          "value": "--socket",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...