MCP.so
登录

My MCP Server

@kfischer-okarin

关于 My MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

ruby

传输方式

stdio

发布者

kfischer-okarin

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is My MCP Server?

How to use My MCP Server?

Install dependencies with just install, copy .env.template to .env and fill in necessary values, then add the JSON configuration to your MCP client (e.g., Claude) as shown in the README.

Key features of My MCP Server

Use cases of My MCP Server

FAQ from My MCP Server

What are the requirements for My MCP Server?

(Technically optional) just for easy command execution. Ruby gems are installed via just install.

How do I set environment variables for My MCP Server?

Copy .env.template to .env and add all necessary values.

How do I add My MCP Server to an MCP client (e.g., Claude)?

Add the following JSON to your MCP client configuration, adjusting the absolute path:

{
  "mcpServers": {
    "my_mcp_server": {
      "command": "just",
      "args": [
        "-f",
        "/absolute/path/to/my-mcp-server/Justfile",
        "run"
      ]
    }
  }
}

评论

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