← Back to Plugins
MCP Server MCP

io.github.write-space/writespace-mcp

github By github 👁 1 views ▲ 0 votes

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.writespace.io/mcp",
      "headers": [
        {
          "description": "Personal access token from Settings → API tokens, sent as 'Bearer ws_pat_…'",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...