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. Hejdar MCP
Hejdar MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:31:56 PM

Hejdar MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
securitypolicy-enforcementai-agentsdeveloper-tools

Checks agent actions against organizational policies before execution through the Hejdar API.

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.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "arkalda-hejdar-mcp": {
      "command": "uvx",
      "args": [
        "hejdar-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

ARKALDA/hejdar-mcp MCP server exposes Hejdar's runtime policy evaluation as an MCP tool for AI agents. It sends action details to the Hejdar API, which returns an ALLOW, DENY, or WOULD_DENY decision based on configured organizational policies. Use it when an agent must check reads, writes, deletions, transfers, or command execution before acting. The server requires a Hejdar API key and can be configured with a custom API URL for self-hosted deployments.

Use cases

โ€ขCheck data reads before an agent accesses external systems
โ€ขBlock deletions that violate organizational policy
โ€ขEvaluate transfers with user or department context
โ€ขRequire policy checks before command execution

Key features

โ€ขExposes the hejdar_evaluate MCP tool
โ€ขSupports ALLOW, DENY, and WOULD_DENY decisions
โ€ขAccepts READ, WRITE, DELETE, TRANSFER, and EXECUTE actions
โ€ขSupports optional agent names and metadata context
โ€ขConfigures a custom API URL for self-hosted deployments
โ€ขReads the API key from an environment variable

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Exposes the hejdar_evaluate MCP tool
Supports ALLOW, DENY, and WOULD_DENY decisions
Accepts READ, WRITE, DELETE, TRANSFER, and EXECUTE actions
Supports optional agent names and metadata context
Configures a custom API URL for self-hosted deployments
Reads the API key from an environment variable

How Hejdar MCP works

What ARKALDA/hejdar-mcp MCP server does

ARKALDA/hejdar-mcp MCP server adds a policy check to an agent's workflow. It exposes one MCP tool, hejdar_evaluate, which evaluates a proposed action before the agent performs it. The server supports action types for READ, WRITE, DELETE, TRANSFER, and EXECUTE.

Each request identifies the target resource and can optionally include the calling agent's name and free-form context such as a department, user ID, or reason. The response contains a decision, and may include the policy identifier, an explanation, and a risk level. Decisions are returned as ALLOW, DENY, or WOULD_DENY.

The server does not contain or interpret the organization's policy rules. Those rules are configured in Hejdar, and the Hejdar API supplies the evaluation result.

How it works

ARKALDA/hejdar-mcp MCP server acts as a thin MCP-to-HTTP adapter. An MCP-compatible client invokes hejdar_evaluate; the server validates and sanitizes the supplied values, then sends the request to Hejdar's POST /v1/evaluate endpoint. The API response is returned to the agent through MCP.

A system prompt can instruct an agent to call the tool before any action involving external systems. The documented pattern also tells the agent not to continue when the result is DENY or WOULD_DENY, and to provide the returned reason to the user.

The API key is read from the environment rather than from tool input. The project states that API calls use TLS and that error responses do not expose API keys, stack traces, or internal details.

Setup and configuration

Install the package with pip install hejdar-mcp, or run it without a separate installation using uvx hejdar-mcp. The server needs a Hejdar API key, created through the Hejdar application or obtained from Hejdar. Set it in HEJDAR_API_KEY before starting the process.

For Claude Desktop or Claude Code, configure a server entry that runs uvx with hejdar-mcp as its argument and passes the key through the environment. A direct stdio launch is also supported with the same environment variable.

HEJDAR_API_URL is optional and defaults to https://api.hejdar.com. Set it when connecting to a self-hosted Hejdar API. The README includes a Claude Desktop configuration example; it does not provide client-specific configuration for every MCP-compatible client.

Tools and capabilities

The single exposed tool is hejdar_evaluate. Its required inputs are:

  • action_type: READ, WRITE, DELETE, TRANSFER, or EXECUTE
  • resource: the target resource

Optional inputs are agent_name and a free-form context object. Results can identify the matching policy, explain the decision, and report a risk level when supplied by the API.

ARKALDA/hejdar-mcp MCP server is suited to agents that need an explicit authorization or policy check before operating on organizational resources. It does not itself execute the approved action.

Limitations and notes

The server only evaluates requests; it does not perform reads, writes, deletions, transfers, or command execution. Its decisions depend on the policies configured in the connected Hejdar organization, so the repository alone does not define which actions will be allowed.

A valid Hejdar API key is required to use the service. The material does not specify Hejdar's pricing or whether an API key requires a paid plan. The repository is licensed under MIT.

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

Related MCP Servers

View all in Security View all alternatives
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    ๐Ÿ”’ Security3 views
    Compare vs Platform โ†’
  • MCP Security Audit logoMCP Security Audit

    A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.

    ๐Ÿ”’ Security4 views
    Compare vs MCP Security Audit โ†’
  • Arc Gate MCP logoArc Gate MCP

    Runtime governance for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

    ๐Ÿ”’ Security5 views
    Compare vs Arc Gate MCP โ†’
  • Blackwall MCP logoBlackwall MCP

    Pre-action risk gate for AI agents. One forecast tool the agent calls before any irreversible action (send money, run SQL, delete data); returns a risk score (0โ€“100), reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required.

    ๐Ÿ”’ Security3 views
    Compare vs Blackwall MCP โ†’

Adoption & maintenance

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

GitHub stars
1
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 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 Hejdar MCP

Install it with `pip install hejdar-mcp`, or run it directly with `uvx hejdar-mcp`.

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 PreviewHejdar MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arkalda-hejdar-mcp?style=directory)](https://allmcps.com/mcp/arkalda-hejdar-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/arkalda-hejdar-mcp"><img src="https://allmcps.com/api/badge/arkalda-hejdar-mcp?style=directory" alt="Hejdar MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
Views3
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 stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 15, 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 & tools23/30
Adoption & activity1/15
Community engagement0/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท hejdar-mcp (PyPI)

โ˜… 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 Hejdar MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code