← Back to Plugins
MCP Server MCP

io.github.seunghan91/ainote

github By github 👁 1 views ▲ 0 votes

Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.

Homepage Verified source GitHub

Install

npx -y @ainote/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.ainote.dev/api/mcp",
      "headers": [
        {
          "description": "McpKey <YOUR_KEY> -- same key as the AINOTE_API_KEY env var for the stdio transport.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ainote/mcp",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "64-character ainote MCP key. Issue one via `npx @ainote/mcp signup` (RFC 8628 device flow), or in a Claude session by calling signup_and_get_key, or at https://app.ainote.dev -> Settings -> MCP keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AINOTE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...