Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Fida
Fida logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:32:35 PM

Fida

User RatingsBe the first to rate and review this MCP server!
View Repository18 GitHub StarsTotal stargazers on GitHub for the source repository (18 stars).Visit Website
securitysecretscoding-agentsmcp

Local-first MCP gateway that redacts recognized secrets from file reads and command output before they reach coding agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for ajipurn/fida, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Overview

Redacts detected secrets from file reads and command output with the ajipurn/fida MCP server. Fida runs locally, exposes `fida_read` and `fida_shell`, and can install steering instructions and native-read hooks for supported coding agents. Use it when an agent needs to work with credential-containing files or commands without receiving the raw values in model context. Protection is best effort because unrecognized secrets, bypassed integrations, and unmediated tools may still expose data.

Use cases

β€’Protect credential-containing workspace files from model context
β€’Run commands while redacting captured secret values
β€’Check which detected coding agents have protection enabled
β€’Scan repositories for secret exposure risk without printing values

Key features

β€’Redacts recognized secrets from file reads
β€’Redacts captured shell command output
β€’Provides fida_read and fida_shell gateway tools
β€’Installs agent steering and supported native-read hooks
β€’Reports integration coverage and protection status
β€’Fails closed when a response cannot be proven clean

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fida.

Extracted Tool Capabilities
Redacts recognized secrets from file reads
Redacts captured shell command output
Provides fida_read and fida_shell gateway tools
Installs agent steering and supported native-read hooks
Reports integration coverage and protection status
Fails closed when a response cannot be proven clean

How Fida works

What ajipurn/fida MCP server does

The ajipurn/fida MCP server is a local secret-redaction layer for AI coding agents. It scans content returned through its gateway and replaces recognized credentials before the response reaches the model. The underlying command still runs with its original environment, so a task can use a credential without showing the value to the agent.

Fida provides two gateway tools: fida_read for workspace file content and fida_shell for command execution and captured output. It also installs agent steering that directs an agent to use these tools for sensitive content. For Codex and Claude Code, a native-read hook can block a direct read when Fida finds secret material that the native tool cannot redact. Other listed integrations use gateway protection and steering on a best-effort basis.

How it works

By default, file access through the gateway is limited to the workspace. Trusted attachment locations can be added as explicit read roots. Content outside those roots, such as ~/.aws, is covered only by the native-read hook on agents with enforced coverage.

The built-in detector recognizes dotenv assignments, PEM private keys, and high-precision credential patterns for AWS, GitHub, Google, Slack, Stripe, OpenAI, Anthropic, and JWT credentials. Fida prefers precision over recall, so formats outside this catalog can pass through unchanged. If Fida cannot establish that a response is clean, it suppresses the response instead of returning a potentially partial secret.

The gateway does not provide a general command allowlist, approval workflow, OS sandbox, or repository policy engine. Ordinary commands, edits, installs, network access, and approvals remain under the agent and developer's control.

Setup and configuration

Install the binary with the project's shell installer:

Terminal
curl -fsSL https://raw.githubusercontent.com/ajipurn/fida/main/install.sh | sh

The default destination is ~/.local/bin. Running the installed fida command without arguments starts setup, while fida on [agent] enables protection for one detected agent or all detected agents. Use fida off [agent] to remove it, fida status to inspect coverage and protected-secret counts, and fida scan to assess repository risk without printing secret values. fida scan --fail-on high can make the scan fail at the high-risk threshold.

The installer supports FIDA_VERSION for a pinned release and FIDA_INSTALL_DIR for a different installation directory. A source-based installation is also documented through Cargo or a cloned repository.

Limitations and notes

The ajipurn/fida MCP server protects content only on installed integration paths. Codex and Claude Code can report enforced when their hook and gateway self-test pass; Cursor, OpenCode, GitHub Copilot, Windsurf, Antigravity, and Kiro are listed as best_effort. Actual status may instead be incomplete or inactive.

Fida is not a complete data-loss-prevention system. An agent can potentially bypass steering or hooks, or read through an unmediated native tool. The detector's coverage is also limited to recognized formats. The README recommends pairing Fida with a history scanner such as gitleaks or GitGuardian. The project is described as an MVP, is implemented in Rust 1.85+, and is licensed under MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Security View all alternatives
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls β€” DROP TABLE, rm -rf, force-push β€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    πŸ”’ Security3 views
    Compare vs Shield β†’
  • Volta MCP Server logoVolta MCP Server

    Burn-after-read encrypted notes for AI agents. Create and read self-destructing notes via Volta Notes with AES-256-GCM E2E encryption β€” the decryption key never leaves the URL fragment. Secure credential handoff between users and agents without secrets appearing in chat history.

    πŸ”’ Security3 views
    Compare vs Volta MCP Server β†’
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    πŸ”’ Security3 views
    Compare vs Apktool MCP Server β†’
  • Mobb Vibe Shield MCP logoMobb Vibe Shield MCP

    Mobb Vibe Shield identifies and remediates vulnerabilities in both human and AI-written code, ensuring your applications remain secure without slowing development.

    πŸ”’ Security2 views
    Compare vs Mobb Vibe Shield MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
18
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fida

Run the documented installer command: `curl -fsSL https://raw.githubusercontent.com/ajipurn/fida/main/install.sh | sh`. It installs the binary under `~/.local/bin` by default.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFida AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ajipurn-fida?style=directory)](https://allmcps.com/mcp/ajipurn-fida)
HTML Embed
<a href="https://allmcps.com/mcp/ajipurn-fida"><img src="https://allmcps.com/api/badge/ajipurn-fida?style=directory" alt="Fida on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars18
GitHub Star CountTotal stargazers on GitHub representing community popularity (18 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 28, 2026
45Quality signal: Fair Β· 45/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Fida β†’Install in Claude DesktopInstall in CursorInstall in VS Code