Github Issue Tracker
FreeNot checkedA simple MCP server built with MCPize providing hello and echo tools for demonstration purposes.
About
A simple MCP server built with MCPize providing hello and echo tools for demonstration purposes.
README
MCP server created with MCPize.
Quick Start
npm install
npm run dev # Start with hot reload
Server runs at http://localhost:8080/mcp
Development
npm run dev # Development mode with hot reload
npm run build # Compile TypeScript
npm test # Run tests
npm start # Run compiled server
Project Structure
├── src/
│ ├── index.ts # MCP server entry point
│ └── tools.ts # Pure tool functions (testable)
├── tests/
│ └── tools.test.ts # Tool unit tests
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
├── mcpize.yaml # MCPize deployment manifest
├── Dockerfile # Container build
└── .env.example # Environment variables template
Tools
- hello — Returns a greeting message
- echo — Echoes back the input with a timestamp
Testing
npm test # Run unit tests
npx @anthropic-ai/mcp-inspector # Interactive MCP testing
Connect to http://localhost:8080/mcp to test tools interactively.
Deployment
mcpize deploy
License
MIT
Installing Github Issue Tracker
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/shadid06/github-issue-tracker-mcpFAQ
Is Github Issue Tracker MCP free?
Yes, Github Issue Tracker MCP is free — one-click install via Unyly at no cost.
Does Github Issue Tracker need an API key?
No, Github Issue Tracker runs without API keys or environment variables.
Is Github Issue Tracker hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Github Issue Tracker in Claude Desktop, Claude Code or Cursor?
Open Github Issue Tracker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Github Issue Tracker with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
