MCP.so
Sign In

My MCP Server

@kfischer-okarin

About My MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

ruby

Transports

stdio

Publisher

kfischer-okarin

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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"
      ]
    }
  }
}

Comments

More Other MCP servers