FlowCheck MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for intent verification | |
| ANTHROPIC_API_KEY | No | Anthropic API key for AI judge functionality |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_flow_stateA | Get current flow state metrics with security scanning. Returns metrics about repository health including:
|
| get_recommendationsA | Get actionable recommendations with security awareness. Analyzes repository and returns suggestions based on:
|
| set_rulesB | Update FlowCheck configuration thresholds. Supported parameters:
|
| search_historyA | Search commit history semantically. Find commits by meaning rather than exact keyword matching. Example: "authentication changes" finds commits about OAuth, login, tokens. |
| verify_intentA | Validate current work against ticket requirements. Checks if code changes align with the stated ticket/task. Flags scope creep using GitHub Issues integration. |
| sanitize_contentA | Sanitize content by redacting secrets and PII. Use this before including file contents in prompts or outputs. Replaces sensitive data with [REDACTED_TYPE] tokens. |
| start_sessionA | Start a new FlowCheck session for audit correlation. Sessions help correlate tool calls across a task for auditing. Call this at the beginning of a task. |
| get_session_infoA | Get information about the current session. Returns session statistics including:
Returns: Dictionary with session information. |
| end_sessionA | End the current FlowCheck session. Call this at the end of a task to finalize audit records. Returns: Dictionary with final session statistics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/backslash-ux/flowcheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server