File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments