MCP.so
登录

Tlon MCP Server

@jamesacklin

关于 Tlon MCP Server

An MCP (Model Context Protocol) server that provides tools for interacting with Tlon agents.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

jamesacklin

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Tlon MCP Server?

An MCP (Model Context Protocol) server that provides tools for interacting with Tlon agents on an Urbit ship. It enables AI assistants to send direct messages, read DM history, and list contacts via natural language commands.

How to use Tlon MCP Server?

Clone the repository, run npm install, then configure environment variables (URBIT_SHIP, URBIT_CODE, URBIT_HOST, URBIT_PORT, MCP_TRANSPORT). Start with npm start (stdio transport by default) or set MCP_TRANSPORT=http for HTTP mode. Use natural language queries in an MCP client such as Claude Desktop to invoke the send-dm, read-dm-history, and list-contacts tools.

Key features of Tlon MCP Server

  • Send direct messages by ship ID or nickname
  • Retrieve recent direct-message history with another user
  • List contacts with nicknames and ship IDs
  • Reference people by nicknames in natural language
  • Supports both stdio and HTTP transport modes

Use cases of Tlon MCP Server

  • Send a message to a contact by their nickname
  • Read the most recent messages from a DM conversation
  • Retrieve a list of all contacts and their ships

FAQ from Tlon MCP Server

What are the prerequisites for running Tlon MCP Server?

You need Node.js v16 or later and a running Urbit ship with its access credentials.

How do I configure Tlon MCP Server?

Set the environment variables URBIT_SHIP, URBIT_CODE, URBIT_HOST, and URBIT_PORT to match your Urbit ship. Optionally change MCP_TRANSPORT between stdio (default) and http, and set PORT for HTTP mode.

How do I use Tlon MCP Server with Claude Desktop?

Add an entry to claude_desktop_config.json with the command /bin/sh -c "cd /path/to/server && node index.js" and run npm install before configuring.

What transport types are supported?

The server supports both stdio (default) and HTTP transports, controlled by the MCP_TRANSPORT environment variable.

Are there any limits on how many messages can be retrieved?

Yes – the read-dm-history tool accepts an optional count parameter (default 100, maximum 500).

评论

其他 分类下的更多 MCP 服务器