mcpbeat Sign in

Sema MCP Server

by sema-lang Your server? Claim it
local only

Sema runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

MCP tools for Sema — eval, compile, build, format, and docs for a Lisp with LLM primitives.

Installs / week
not published
51
Stars
2 open issues
9 Sep 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                (SELECT COALESCE(SUM(input_tokens+output_tokens),0) FROM usage u WHERE u.run_id=r.run_id) AS tokens,
Sends data to a third-party sink crates/sema-workflow/src/approval.rs:189
        let request_digest = sha256_binding(&RequestBinding {
  phasesEl.innerHTML = html;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Sema

same job, measured the same way
Prover
by axiomatic-ai

Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.

answering
Qingkuai MCP Server
by qingkuai-js

MCP server for Qingkuai (.qk) — docs search, syntax check, compilation, and formatting tools.

41 installs/wk local only
Begonia.pro
by begonia

Local SEO: MCP for local business audits with tools and guidance.

answering
Mermail
by mermail

Privacy-first email inboxes for AI agents with MCP mail tools and Composio connect/execute.

answering
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 installs/wk local only
Elementor Ultra MCP
by algorismus-io

Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT.

77 installs/wk local only
Slac MCP
by dennisprediger

MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents

44 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only

Sema — questions

Answers built from our own checks of this server.

Why is there no uptime for Sema?
Sema runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Sema open source?
Yes — it is published under the MIT licence, written in Rust, 51 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.