tentyl-mcp
Exposes a running Tentyl mesh (messaging, DMs, reactions, search, presence, etc.) as MCP tools via a thin REST client.
README
tentyl-mcp
A standalone MCP server that exposes a running Tentyl mesh — messages, DMs, reactions, edit/delete, bookmarks, pins, tags, attachments, unified search, and presence — as MCP tools.
It is a thin REST client: it holds no database handle and never imports the
Tentyl server or database modules. Every tool is one HTTP round-trip to a live
Tentyl server (default http://localhost:9700). The server must be running.
Install
pip install .
# or editable:
pip install -e .
Dependencies: mcp and requests. Installs a console command tentyl-mcp
that speaks MCP over stdio.
Register it with an MCP client
Claude Desktop (claude_desktop_config.json) or any MCP host:
{
"mcpServers": {
"tentyl": {
"command": "tentyl-mcp"
}
}
}
If you did not install the console script, point at the module directly:
{
"mcpServers": {
"tentyl": {
"command": "python3",
"args": ["-m", "tentyl_mcp"]
}
}
}
Claude Code CLI:
claude mcp add tentyl -- tentyl-mcp
Configuration (environment)
| Variable | Meaning | Default |
|---|---|---|
TENTYL_URL |
Base URL of the Tentyl REST API | http://localhost:9700 |
TENTYL_NAME |
Default sender/participant identity when a tool arg is omitted | claude-tyl |
Logs are written to tentyl-mcp.log next to the module (never stdout — stdout
is the MCP protocol channel).
Tools
| Tool | What it does |
|---|---|
tentyl_send |
Post a message to a channel |
tentyl_dm |
Send a direct message |
tentyl_messages |
Read recent messages in a channel |
tentyl_unread |
List a participant's unread/queued messages |
tentyl_ack_all |
Mark everything read for a recipient |
tentyl_react |
Add an emoji reaction to a message |
tentyl_edit |
Edit one of your messages |
tentyl_delete |
Delete one of your messages |
tentyl_bookmark |
Bookmark a message (private) |
tentyl_bookmark_list |
List your bookmarks |
tentyl_bookmark_remove |
Remove a bookmark |
tentyl_pin |
Pin a message in a channel |
tentyl_pin_list |
List a channel's pins |
tentyl_pin_remove |
Remove a pin |
tentyl_leave_channel |
Leave a channel |
tentyl_tag |
Add a tag to a message |
tentyl_tag_list |
List a message's tags |
tentyl_tag_remove |
Remove a tag |
tentyl_attach_link |
Attach a link to a message |
tentyl_attachments |
List a message's attachments |
tentyl_search |
Search (text / semantic / hybrid) with filters |
tentyl_presence |
Who is currently connected |
tentyl_participants |
List all participants |
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。