Skip to content

Commit d347757

Browse files
committed
chore: readme section for cursor
1 parent 0572ee4 commit d347757

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,7 @@ claude plugin install archcore@archcore-plugins
4848

4949
Cursor reads the repo's `marketplace.json`, shows the plugin, and installs it.
5050

51-
> **Cursor: project-scoped MCP setup (important)**
52-
>
53-
> The Cursor plugin manifest does not register MCP servers (Cursor manages MCP through `~/.cursor/mcp.json` or `.cursor/mcp.json` instead). You configure `archcore` once, in one of those files. **Always pin the working directory** — otherwise a global registration leaks one project's docs into every other project.
54-
>
55-
>> **MCP setup:**
56-
> Open or create `~/.cursor/mcp.json` (user-scoped) or `.cursor/mcp.json` (project-scoped) and add:
57-
>
58-
> ```json
59-
> {
60-
> "mcpServers": {
61-
> "archcore": {
62-
> "command": "archcore",
63-
> "args": ["mcp"],
64-
> "cwd": "${workspaceFolder}"
65-
> }
66-
> }
67-
> }
68-
> ```
69-
>
70-
> - `command: "archcore"` — uses the CLI installed on your PATH (see [install docs](https://docs.archcore.ai/cli/install/))
71-
> - `cwd: "${workspaceFolder}"` — attaches MCP to the active project root on every spawn
51+
> **Cursor MCP setup (one-time).** The Cursor plugin manifest can't register MCP servers, so copy [`cursor.mcp.json`](cursor.mcp.json) into `~/.cursor/mcp.json` (user-scoped) or `.cursor/mcp.json` (project-scoped). The template pins `cwd: "${workspaceFolder}"` — keep it, otherwise a global registration leaks one project's docs into every other project.
7252
7353
**Codex CLI** — requires Codex CLI v0.117.0+ (March 2026 plugin system):
7454

0 commit comments

Comments
 (0)