Scrybe MCP server — standalone inbound MCP server (binary wheel)
Project description
scrybe-mcp-server
Inbound MCP server: exposes Scrybe's editing capabilities as MCP tools that external agents (Claude Code, Codex, custom agents) can call. Python on the outside, Rust on the inside.
What it does
Implements the MCP JSON-RPC 2.0 protocol over stdio. An AI agent connects to this process and gains structured, safe access to open Markdown documents — reading, editing, searching, rendering, and managing the running app — without direct filesystem access.
Role in the architecture
scrybe-mcp-server is the agent-facing surface of Scrybe. It holds an in-memory
Workspace (from scrybe-core) and coordinates with scrybe-render and
scrybe-mermaid to serve tool calls. The Tauri app launches it as a sidecar
process. Agents connect via:
claude mcp add scrybe -- scrybe-mcp-server stdio
Exposed tools (12)
| Tool | Description |
|---|---|
open |
Open a Markdown file or directory; returns document ID |
read |
Return raw Markdown source of an open document |
section |
Extract a heading section by H-level and 0-based index |
edit |
Replace first occurrence of old_text with new_text |
find |
Search for a string; returns matching lines with line numbers |
render |
Render an open document to HTML (theme: default/dark/solarized) |
embed |
Embed Mermaid source into a PNG as an iTXt metadata chunk |
extract |
Extract Mermaid source from a PNG |
lint |
Word count, heading count, code blocks, broken links |
logs |
Tail recent console log entries from the running app |
close_tab |
Close a tab in the running app by file path |
quit |
Gracefully terminate the running Scrybe app window |
Key public types
| Symbol | Description |
|---|---|
McpServer |
Top-level server: owns the stdio transport loop |
ToolRegistry |
Dispatches tool calls; holds the Workspace and id map |
TOOL_NAMES |
&[&str] slice of all 12 tool name strings |
Build and test
cargo build -p scrybe-mcp-server
cargo test -p scrybe-mcp-server
# Install the binary
cargo install --path .
The binary (scrybe-mcp-server) speaks MCP over stdio. Add it to any MCP
client's server list with transport stdio.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrybe_mcp_server-0.1.0a4-py3-none-win_amd64.whl.
File metadata
- Download URL: scrybe_mcp_server-0.1.0a4-py3-none-win_amd64.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b260aa23dacd1c32799179c221f8a9141f4a29c03caa2f42bd012fed6971569
|
|
| MD5 |
a5abcd3f4e5a4a999ef847294a7e58ce
|
|
| BLAKE2b-256 |
3158a39d7053955381000363064a02c48070b71c51b342acecfa904915f5ac11
|
Provenance
The following attestation bundles were made for scrybe_mcp_server-0.1.0a4-py3-none-win_amd64.whl:
Publisher:
release.yml on hartsock/scrybe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scrybe_mcp_server-0.1.0a4-py3-none-win_amd64.whl -
Subject digest:
2b260aa23dacd1c32799179c221f8a9141f4a29c03caa2f42bd012fed6971569 - Sigstore transparency entry: 1479621548
- Sigstore integration time:
-
Permalink:
hartsock/scrybe@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Branch / Tag:
refs/heads/release/v0.1.0a4 - Owner: https://github.com/hartsock
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Trigger Event:
push
-
Statement type:
File details
Details for the file scrybe_mcp_server-0.1.0a4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: scrybe_mcp_server-0.1.0a4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a21881faed5ca80690f6e4809c6c466db3e919612fff0ece71324012209565
|
|
| MD5 |
12f7e8df50cdcd9dae7ce1d3f2a821fc
|
|
| BLAKE2b-256 |
55dac9718e6b48b359c7ff62398743b685a50be473722c47f0203d6803ed6ce9
|
Provenance
The following attestation bundles were made for scrybe_mcp_server-0.1.0a4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on hartsock/scrybe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scrybe_mcp_server-0.1.0a4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e5a21881faed5ca80690f6e4809c6c466db3e919612fff0ece71324012209565 - Sigstore transparency entry: 1479621477
- Sigstore integration time:
-
Permalink:
hartsock/scrybe@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Branch / Tag:
refs/heads/release/v0.1.0a4 - Owner: https://github.com/hartsock
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Trigger Event:
push
-
Statement type:
File details
Details for the file scrybe_mcp_server-0.1.0a4-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: scrybe_mcp_server-0.1.0a4-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f31dba885bf789082439f03faa702a72ce0909c1de2f8af92ce367d3a1a9c6fd
|
|
| MD5 |
484989ec8197911215c4aec9a5d8920e
|
|
| BLAKE2b-256 |
7e08423aad0c55f132a54c82be722f662e445830321deb5667c985d9b1116c63
|
Provenance
The following attestation bundles were made for scrybe_mcp_server-0.1.0a4-py3-none-macosx_11_0_arm64.whl:
Publisher:
release.yml on hartsock/scrybe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scrybe_mcp_server-0.1.0a4-py3-none-macosx_11_0_arm64.whl -
Subject digest:
f31dba885bf789082439f03faa702a72ce0909c1de2f8af92ce367d3a1a9c6fd - Sigstore transparency entry: 1479621403
- Sigstore integration time:
-
Permalink:
hartsock/scrybe@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Branch / Tag:
refs/heads/release/v0.1.0a4 - Owner: https://github.com/hartsock
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b9792f385aa8ee5a7c9dd13116ed1e8205cabcf7 -
Trigger Event:
push
-
Statement type: