What You Can Do
Connect your AI coding agent to MindFort and work with your security findings without leaving your editor. Once connected, you can:- Browse your targets and findings
- Read full finding details, evidence, and remediation advice
- Resolve or archive findings
- Leave comments and notes on findings
- Ask your agent to investigate a vulnerability and suggest a fix right in your codebase
- Have your agent remediate findings by writing patches informed by MindFort’s evidence and remediation advice
Install
Pick your editor and follow the steps below.Cursor
.cursor/mcp.json manually:
Claude Code
Run in your terminal:/mcp inside Claude Code to sign in.
Or add to .mcp.json in your project:
Codex
Run in your terminal:~/.codex/config.toml:
Other MCP Clients
Any MCP-compatible client can connect using this URL:Sign In
MindFort uses your existing MindFort account. No API keys needed.- Add the MindFort MCP server using any method above.
- Your agent will prompt you to sign in on first use.
- Complete the sign-in in your browser.
- You’re connected — the agent handles the rest automatically.
How to Use It
Just talk to your agent naturally. Here are some things you can say:- “Show me my MindFort findings” — see your vulnerabilities sorted by severity
- “What critical vulnerabilities do I have?” — filter to the most urgent issues
- “Tell me more about that finding” — get full details including evidence and remediation advice
- “Mark it as resolved” — update the finding status
- “Add a note: patched in PR #482” — leave a comment attributed to your account
- “What did MindFort find?” — quick overview of your security posture
- “Triage my findings” — work through findings one by one
- “List my targets” — see what applications MindFort is testing
- “Investigate this finding and fix it” — the agent reads the finding details, locates the vulnerable code, and writes a patch
- “How would I remediate this vulnerability?” — get a walkthrough based on MindFort’s remediation advice
Comments you add through your agent appear in the MindFort dashboard as if you wrote them directly. They are attributed to your account, not the agent.
Troubleshooting
Agent can't connect
Agent can't connect
Make sure the URL is exactly
https://api.mindfort.app/mcp and your network allows HTTPS connections. Restart your agent and try again.Sign-in doesn't complete
Sign-in doesn't complete
Try clearing the MCP connection and adding it again. In Claude Code, run
/mcp, select MindFort, and choose re-authenticate. If it still fails, contact support@mindfort.ai.Finding disappears after resolving
Finding disappears after resolving
This is expected. Your agent shows active findings by default. Resolved and archived findings are still visible in the MindFort dashboard under the Secured and Archived tabs.