MCP.so
登录

T/MCP - Telos Model Context Protocol

@AporiaLabs

关于 T/MCP - Telos Model Context Protocol

T/MCP is a powerful MCP server that provides access to Telos, a philosophical AI mentor.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

AporiaLabs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "telos-mcp": {
      "command": "bun",
      "args": [
        "run",
        "build"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is T/MCP - Telos Model Context Protocol?

T/MCP (Telos Model Context Protocol) is an MCP server that provides access to Telos, a philosophical AI mentor. It combines rationalist thinking with stoic philosophy to offer mentorship and accountability through Solana smart contracts. The server is designed for anyone seeking guidance, personal growth, and commitment enforcement via token staking.

How to use T/MCP - Telos Model Context Protocol?

Install dependencies with Bun, set your OpenAI API key in a .env file, then build and run the server with bun run start. Use any MCP client to call the msg_telos tool, passing a text message to receive Telos's philosophical response. An example script is available in the examples directory.

Key features of T/MCP - Telos Model Context Protocol

  • msg_telos tool for sending messages to the AI mentor
  • Solana smart contract integration for accountable goal commitments
  • Unique philosophical framework blending rationalism and stoicism
  • Customizable character context for varied interaction styles

Use cases of T/MCP - Telos Model Context Protocol

  • Seeking stoic or rationalist guidance on personal challenges
  • Creating token‑backed accountability contracts to enforce habit changes
  • Engaging in deep philosophical conversations to uncover motivations
  • Receiving personalized mentorship for productivity or self‑improvement

FAQ from T/MCP - Telos Model Context Protocol

What are the prerequisites to run the server?

You need Bun as the JavaScript runtime and a valid OpenAI API key set in the OPENAI_API_KEY environment variable.

How does the msg_telos tool work?

Send a JSON object with a message field containing your text. Telos returns a response with philosophical guidance tailored to your input.

Is there any cost associated with using the server?

Yes, an OpenAI API key is required, so you will incur usage costs from OpenAI based on the queries you make.

How does the smart contract accountability feature work?

Users can create Solana‑based contracts where they stake tokens on their commitments. Telos integrates this to add real consequences to goal‑setting.

How do I run the server in production?

After building (e.g., with bun run build), start the server using bun run start, which runs in stdio mode. Connect an MCP client via standard input/output to communicate with Telos.

评论

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