Skip to content

Commit 32b461c

Browse files
hyperpolymathclaude
andcommitted
docs: fix install instructions to use correct mcp-bridge/main.js path
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 99b1d26 commit 32b461c

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,24 @@ BoJ (Bureau of Justice) is a unified MCP server that consolidates all hyperpolym
88

99
== Install
1010

11+
Add to Claude Code:
12+
13+
[source,bash]
14+
----
15+
claude mcp add boj-server -- node /path/to/boj-server/mcp-bridge/main.js
16+
----
17+
18+
Or clone and configure:
19+
1120
[source,bash]
1221
----
13-
npx @anthropic-ai/claude-code mcp add boj-server -- deno run -A https://raw.githubusercontent.com/hyperpolymath/boj-server/main/src/index.ts
22+
git clone https://github.com/hyperpolymath/boj-server
23+
cd boj-server/mcp-bridge && npm install
24+
# Start the BoJ REST API first (port 7700), then:
25+
claude mcp add boj-server -- node mcp-bridge/main.js
1426
----
1527

16-
Or via Glama: https://glama.ai/mcp/servers/hyperpolymath/boj-server
28+
Glama listing: https://glama.ai/mcp/servers/hyperpolymath/boj-server
1729

1830
== Features
1931

0 commit comments

Comments
 (0)