How to Use the FOSSA (License Compliance) MCP in Cursor
Track license compliance and security vulnerabilities in Cursor as you write code with this FOSSA MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FOSSA (License Compliance) MCP to Cursor
Create your Vinkius account to connect FOSSA (License Compliance) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inline Vulnerability Scans in Cursor
The `check_vulnerabilities` tool fetches real-time security alerts for your active dependencies directly inside your editing session. Cursor uses this data in Agent mode to highlight vulnerable packages in your package files before you run a local build. This means you can ask the editor to automatically write a pull request updating the affected dependency. You bypass the feedback loop of waiting for a CI failure.
Map Project Dependencies in the Editor
The `get_revision_dependencies` tool retrieves the exact dependency graph of your current project revision directly into Cursor. The editor uses this structural data to let you inspect deep-nested licenses while writing code. If you need to know where a package came from, Cursor calls `get_parent_projects` to trace its lineage. You can verify if a copyleft license is bleeding into your proprietary codebases without leaving your terminal.
Retrieve FOSSA Project Revisions via Cursor
The `list_projects` and `list_revisions` tools let you browse your organization's remote FOSSA inventory from the editor's sidebar using this MCP Server. Cursor queries these endpoints to match your local branch history with your remote compliance state. You can then run `get_revision` to check if your current commit has already been analyzed by your security team. This keeps your local development aligned with your organization's compliance targets.
Set up FOSSA (License Compliance) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the FOSSA (License Compliance) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent FOSSA (License Compliance) transactions." If the MCP tools are loaded correctly, Cursor will call the FOSSA (License Compliance) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fossa-license-compliance-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FOSSA. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 FOSSA (License Compliance) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FOSSA (License Compliance) MCP today
We host it, we monitor it, we maintain it. You just paste one token.