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. 🤖 Coding Agents
  3. Term MCP Deepseek
Term MCP Deepseek logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:30:38 PM

Term MCP Deepseek

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
terminalcode-executionmcpsecuritydeepseek

Approval-first terminal control with DeepSeek advice, bounded execution, MCP transports, and signed receipts.

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": {
    "othmaneblial-term-mcp-deepseek": {
      "command": "pipx",
      "args": [
        "install",
        "git+https://github.com/OthmaneBlial/term_mcp_deepseek.git@v1.0.0"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🤖 More in Coding Agents

Overview

OthmaneBlial/term_mcp_deepseek MCP server provides an approval-first terminal control plane for MCP clients and human operators. It separates DeepSeek’s advisory text from deterministic command planning, policy checks, approval, bounded execution, and signed receipts. Local tools remain available without a DeepSeek key, while HTTP and STDIO expose the same MCP dispatcher and tool catalog. Reach for it when terminal actions need workspace limits, explicit approval, execution controls, and auditable evidence.

Use cases

•Inspect an unfamiliar repository without allowing writes
•Build and approve bounded terminal execution plans
•Run schema-validated read-only inspection recipes
•Validate, redact, and share signed execution receipts

Key features

•Approval-first command planning
•Workspace-scoped and policy-controlled execution
•HTTP and STDIO MCP transports
•Pause, resume, cancel, timeout, and output limits
•Signed HMAC receipts with privacy redaction
•Optional DeepSeek advisory chat

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Approval-first command planning
Workspace-scoped and policy-controlled execution
HTTP and STDIO MCP transports
Pause, resume, cancel, timeout, and output limits
Signed HMAC receipts with privacy redaction
Optional DeepSeek advisory chat

How Term MCP Deepseek works

What OthmaneBlial/term_mcp_deepseek MCP server does

OthmaneBlial/term_mcp_deepseek MCP server lets MCP clients inspect a workspace and run policy-controlled terminal actions through a local service. Its design keeps model output advisory: text from DeepSeek does not execute directly. Instead, the server creates a versioned plan, applies policy, requests approval where required, runs a bounded process, and records the result.

The default inspect mode is intended for repository discovery. It blocks writes and project code, disables network access by default, and permits only the actions allowed by the configured policy. confirm and trusted modes broaden the permitted workflow, but the README notes that they are not an operating-system sandbox.

How it works

The service supports both HTTP and JSON-RPC over STDIO, using one dispatcher and tool catalog. The HTTP service exposes MCP calls at /mcp, along with session, event-stream, chat, and receipt endpoints. Protected HTTP routes use a bearer token. The web interface can build a low-risk plan, execute it, and display a receipt containing separate command, output, exit status, signal, permission, and signature information.

Execution includes pause, resume, cancellation, timeouts, output limits, process isolation, and workspace scoping. Receipts use HMAC signatures. A sharing-redaction operation removes command text, paths, arguments, and output before generating a new valid signature.

DeepSeek is used for advisory text through the chat path; it is not required for local MCP tools or the no-key inspection flow. The project also includes six schema-validated, inspect-only recipes for repository inspection, test discovery, log inventory, port configuration, and read-only boundary checks.

Setup and configuration

OthmaneBlial/term_mcp_deepseek MCP server requires macOS or Linux, Python 3.10–3.13, and pipx for the documented package installation path. Install the tagged repository with pipx, then run term-mcp serve from the workspace to start the HTTP service. The process prints a one-time bearer token for the local web interface.

A cloned checkout can be started with startup.sh; the script creates a virtual environment, installs the package, and delegates to the same term-mcp command. For MCP clients, use term-mcp stdio and set a narrow WORKSPACE_ROOT. The documented default is APPROVAL_MODE=inspect.

The command-line interface also provides health checks through doctor, guided no-key demos, receipt validation and display, recipe validation and execution, token generation, and version reporting. Docker support is available through the repository’s compose setup, which runs the service as UID/GID 10001 and mounts the example workspace read-only.

Limitations and notes

OthmaneBlial/term_mcp_deepseek MCP server is local software, not an operating-system sandbox. The documentation recommends using a disposable container or virtual machine for untrusted repositories when enabling broader command modes. Keep WORKSPACE_ROOT narrow, leave ALLOW_NETWORK=false unless network access is deliberate, and do not expose the HTTP service to an untrusted network.

The generated bearer token and in-memory sessions disappear when the process stops. HTTP routes such as /mcp, /sessions, /stream, and /chat require the bearer token, while health, the UI shell, demos, static assets, and the receipt schema are public. DeepSeek connectivity is optional for the local inspection workflow, so the server can operate without a DeepSeek API key.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • MCP Safe Local Python Executor logoMCP Safe Local Python Executor

    Safe Python interpreter based on HF Smolagents LocalPythonExecutor

    🤖 Coding Agents3 views
    Compare vs MCP Safe Local Python Executor →
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    🤖 Coding Agents3 views
    Compare vs Cli MCP Server →
  • MCP Shell Server logoMCP Shell Server

    A secure shell command execution server implementing the Model Context Protocol (MCP)

    🤖 Coding Agents3 views
    Compare vs MCP Shell Server →
  • MCP Shell logoMCP Shell

    Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker.

    🤖 Coding Agents4 views
    Compare vs MCP Shell →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
18
Stargazers on the source repository.
Last commit
15d 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 Term MCP Deepseek

On macOS or Linux with Python 3.10–3.13 and pipx, run `pipx install "git+https://github.com/OthmaneBlial/term_mcp_deepseek.git@v1.0.0"`, then run `term-mcp serve`.

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

Technical Specs & Signals

Category🤖Coding Agents
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
Last updatedSep 7, 2026
9/13 checks healthy over the last 32d
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 stars18
GitHub Star CountTotal stargazers on GitHub representing community popularity (18 stars).
Last commit15d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 27, 2026
43Quality signal: Fair · 43/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 & tools16/30
Adoption & activity6/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.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 🤖 Coding Agents →Best MCP servers for Coding Agents →Alternatives to Term MCP Deepseek →Install in Claude DesktopInstall in CursorInstall in VS Code