mcp-server

garaekz/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This repository implements a minimal MCP server in Go 1.22+.

Tools

Functions exposed to the LLM to take actions

fs.read

Reads a file from within the sandbox.

fs.write

Writes a file; requires a confirmation parameter 'confirm' to be true.

shell.run

Runs a command from an allowlist; can be disabled.

http.fetch

Performs an HTTP GET with anti-SSRF checks and returns status, headers, and body.

git.status

Returns 'git status' output from within the sandbox.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources