Forj Connector for AI agents.
12 live capabilities
Automate community member discovery and group management for professional networks.
Waiting for input…
Why people use Forj
Forj for solving manual community member discovery
This Connector changes that. You just tell your agent to find a member and move them to the right group. It handles the backend work while you stay in your chat interface. You get a clean, conversational way to manage your community.
What Vinkius changes
You get a conversational way to manage your entire Forj community suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Member Onboarding
A community manager asks their agent to find a user by email and add them to the 'New Members' group, skipping the dashboard entirely.
- Real-world use case 02
Engagement Audit
An HR lead asks for the activity logs of the last 10 people who joined to see if they are engaging with the content.
- Real-world use case 03
Rapid Group Expansion
A networking coordinator creates a 'Product Managers' group and lists all current members to start an invitation blast.
Complete set · 12capabilities
The complete Forj capability set.
These are the exact actions your AI can choose when you ask it to work with Forj.
01—04
4 capabilities in this set.
Part of 12 available through Forj.
- 01 Capability
Search users
Search for community members using names or keywords. This helps you find people quickly without scrolling.
- 02 Capability
Find user
Find a specific user by their email address. It is the fastest way to pull up a profile for a known contact.
- 03 Capability
Get account details
Get high-level community account info. Use this to check your general account status and metadata.
- 04 Capability
Get group
Get detailed group info. This pulls all the metadata for a specific community segment.
05—08
4 capabilities in this set.
Part of 12 available through Forj.
- 05 Capability
Get user activity
Get a member activity log. See exactly how a specific person is participating in your community.
- 06 Capability
List group members
List members in a group. Quickly see everyone who belongs to a specific community segment.
- 07 Capability
List pending requests
List group join requests. Monitor who is waiting for approval to join your community.
- 08 Capability
List groups
List all community groups. Get a full overview of your organizational structure in one go.
09—12
4 capabilities in this set.
Part of 12 available through Forj.
- 09 Capability
Add user to group
Add a member to a group. Move people into the right segments without manual clicks.
- 10 Capability
Create group
Create a new group. Set up new community segments on the fly through your agent.
- 11 Capability
List webhooks
List active webhooks. Check your real-time data synchronization points with other capabilities.
- 12 Capability
List invitations
List sent invitations. Track your growth pipeline and see who hasn't joined yet.
Set up in minutes
One URL. Then ask Forj to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Forj from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Forj, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Forj for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Forj URL.
- Step 03
Save and start
Save the connection and enable Forj in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"forj": {
"url": "https://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Forj
Open Agent mode in chat and ask: "Using Forj, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"forj": {
"url": "https://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Forj
Ask Copilot: "Using Forj, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"forj": {
"url": "https://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Forj
Open Cascade and ask: "Using Forj, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"forj": {
"url": "https://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Forj
Ask Cline: "Using Forj, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add forj --transport http "https://edge.vinkius.com/vk_preview_XczJxtJENgwXA5YDiIvHFZeWQc8k8geATvyo1yt3/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Forj
Ask Claude: "Using Forj, show me...". 12 tools are ready
Where the request belongs
Work Forj can move forward.
This is for community managers and HR leads who are tired of manual data entry and want to automate member sorting and group management.
Community Manager
Uses the Connector to quickly find active members and move them into the right groups during peak engagement hours.
HR Operations Lead
Organizes internal professional groups and tracks new member invitations without leaving their primary workspace.
Networking Coordinator
Monitors invitation statuses and pulls activity logs to identify high-value participants in a large network.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOrbit
Manage community relationships via Orbit. list members, track activities, and add notes directly from any AI agent.
crowd.dev (LFX CDP)
Equip your AI agent to manage community members, activities, and organizations directly via the crowd.dev (LFX) API.
Common Room
Enable your AI agent to manage community contacts, segments, and activities via the Common Room API.
Aventri
Manage events, contacts, and speakers via Aventri. list events, search contacts, and clone event modules directly from your AI agent.
folk
Manage relationships across sales, recruiting, and partnerships with a lightweight CRM that syncs contacts from everywhere.
GrowthZone
Automate association management via GrowthZone. manage contacts, memberships, events, and organizations directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Forj connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Forj.
The practical details behind the request, access and result.
Can I use Forj MCP to find members by email?
Yes. You can ask your agent to find any specific member using their email address, which is the most reliable way to pull up a correct profile.
Does Forj MCP help me manage community groups?
It does. You can create new groups, see a list of all existing groups, and move members into the correct segments using plain English.
How do I see who's waiting to join my community?
You can ask your agent to list pending requests. This lets you see everyone waiting for approval so you can keep your community growing.
Can I see how active a specific member is with Forj MCP?
Yes. The Connector can pull activity logs for specific members, showing you their recent interactions and participation levels.
Does Forj MCP sync with my CRM?
Yes. You can use the Connector to monitor active webhooks, which helps keep your community data in sync with your other professional capabilities.
Can I move people into groups quickly using Forj MCP?
Absolutely. You can just tell your agent to add a specific member to a group, and it handles the update for you instantly.
How do I get an API Key for Forj?
API Keys can be generated by the Account Owner within the platform settings under the API Access section.
Can I approve pending group requests via the agent?
You can use the 'list_pending_requests' capability to identify members awaiting approval. Support for direct approval via API depends on your plan.
Is member activity tracked in real-time?
Yes, the 'get_user_activity' capability retrieves the most recent log of interactions and group actions for a specific member.
One connection away
Give your agent a direct line to Forj.
Connect Forj once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available