
Github Gist-based prompts
Github Gist-based prompts
·
A Model Context Protocol (MCP) server for accessing GitHub Gists containing developer prompts and templates. This server enables Claude and other AI assistants to retrieve markdown-based prompt templates from GitHub Gists.
gist://github/{gistId}read-gist tool for programmatic access to gist contentYou can run the server directly without installation:
npx -y @matterai/mcp-devpromptsWith GitHub token for authentication:
GITHUB_TOKEN=your_token npx -y @matterai/mcp-devprompts# Install globally
npm install -g @matterai/mcp-devprompts
# Run the server
mcp-devprompts# Clone this repository
git clone https://github.com/matterai/mcp-devprompts.git
cd mcp-devprompts
# Install dependencies
npm install
# Build the project
npm run build
# Run the server
npm start{
"mcpServers": {
"github-gist-server": {
"command": "npx",
"args": ["-y", "@matterai/mcp-devprompts"]
}
}
}{
"mcpServers": {
"github-gist-server": {
"command": "npx",
"args": ["-y", "@matterai/mcp-devprompts"],
"env": {
"GITHUB_TOKEN": "your-github-personal-access-token"
}
}
}
}{
"mcpServers": {
"github-gist-server": {
"command": "mcp-devprompts"
}
}
}For testing and debugging, you can use the MCP Inspector:
# Using npx
npx @modelcontextprotocol/inspector npx -y @matterai/mcp-devprompts
# If installed globally
npx @modelcontextprotocol/inspector mcp-devprompts
# If running from source
npx @modelcontextprotocol/inspector node dist/index.jsWhen connected to an MCP client like Claude, you can access gists using:
gist://github/c6d403bf2226db31a68948e26255a172Replace the ID with the actual GitHub Gist ID from the URL.
The server also provides a read-gist tool that you can use to fetch gist content programmatically:
Tool: read-gist
Parameters:
- gist_id: The GitHub Gist ID (e.g., "c6d403bf2226db31a68948e26255a172")Example usage with Claude: "Please fetch the gist with ID c6d403bf2226db31a68948e26255a172"
Claude will use the tool to retrieve and display the gist content.
To avoid rate limits, it's recommended to use a GitHub personal access token:
MIT
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add github-gist-server -- npx -y @matterai/mcp-devprompts{
"mcpServers": {
"github-gist-server": {
"args": [
"-y",
"@matterai/mcp-devprompts"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"github-gist-server","args":["-y","@matterai/mcp-devprompts"],"command":"npx"}'[mcp_servers.github-gist-server]
command = "npx"
args = ["-y", "@matterai/mcp-devprompts"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mcp-devprompts to learn what the "MCP DevPrompts" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx -y @matterai/mcp-devprompts
npx @modelcontextprotocol/inspector npx -y @matterai/mcp-devprompts
npx @modelcontextprotocol/inspector mcp-devprompts
npx @modelcontextprotocol/inspector node dist/index.jsThis server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mcp-devprompts)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mcp-devprompts" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.