How to Use the Forj MCP in Claude Code
Manage your Forj community straight from the terminal using Claude Code and headless automation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Forj MCP to Claude Code
Create your Vinkius account to connect Forj to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Forj tasks from the CLI
The Forj MCP server allows Claude Code to execute community operations like `get_user_activity` and `list_pending_requests` directly from your shell. You trigger these tasks via command line, making it easy to integrate community management into your existing terminal workflows. Your agent audits recent logins by calling `get_user_activity` and formatting the raw output. It pulls the data and pipes the text to a local file for your next cron job.
Manage groups in CI/CD with Claude Code
Syncing your internal systems with community spaces relies on this MCP integration running tools like `create_group` and `list_groups` in the background. Claude Code operates without a GUI, so you can drop these commands into a GitHub Action or a deployment script. When a new product tier launches, your pipeline triggers the agent to call `create_group` for the fresh spaces. It reads the deployment state, spins up the community area, and reports success back to the CI runner.
Monitor connections autonomously
Keeping tabs on system health is simple when your agent can call `list_webhooks` and `list_invitations` on demand. You ask Claude Code to verify active webhooks, and it dumps the exact routing status into your console. If an integration fails, your CLI agent queries the connections using `list_webhooks` to spot the error. You skip the admin panel entirely because the exact point of failure prints to your console.
Set up Forj MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeforj-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Forj transactions." It will automatically discover and invoke the available Forj tools.
claude mcp add --transport http forj-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Forj MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Forj MCP today
We host it, we monitor it, we maintain it. You just paste one token.