My MCP Server
Description
# My MCP Server ## Installation ### Requirements - (Technically optional) [`just`](https://github.com/casey/just) for easy command execution ### Install gems ```sh just install ``` ### Set environment variables ```sh cp .env.template .env ``` and add all necessary values ### Add…
About
# My MCP Server ## Installation ### Requirements - (Technically optional) [`just`](https://github.com/casey/just) for easy command execution ### Install gems ```sh just install ``` ### Set environment variables ```sh cp .env.template .env ``` and add all necessary values ### Add to MCP Client #### Claude ```json {…
Details
- Author
- kfischer-okarin
- Downloads
- 255
- Categories
- Other
Jump to
—
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.
My MCP Server
Installation
Requirements
- (Technically optional)just for easy command execution
Install gems
just install
Set environment variables
cp .env.template .env
and add all necessary values
Add to MCP Client
Claude
{
"mcpServers": {
"my_mcp_server": {
"command": "just",
"args": [
"-f",
"/absolute/path/to/my-mcp-server/Justfile",
"run"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



