Aseprite Mcp
GitHub
Version Control
Developer Tools
diivi's aseprite-mcp MCP server for GitHub API integration.
Overview
The aseprite-mcp MCP server provides a secure interface to GitHub's API, allowing AI models to interact with GitHub repositories, issues, pull requests, and more. This server enables automation of various GitHub workflows while maintaining proper authentication and permissions.
Features
- Repository management
- Issues and pull requests
- Code search and browsing
- User management
- Organization administration
API Guide
API Overview
Available endpoints and interactions
Endpoints 1
create_issue
create_pull_request
update_pull_request
search_repositories
get_file_contents
Endpoints 2
push_files
create_repository
search_code
Usage Example
How to use this server
json
// Example: Creating an issue
{
unction: "create_issue",
parameters: {
owner: "username",
epo: "repository-name",
itle: "Bug: Something is not working",
ody: "## Description\nWhen I try to do X, Y happens instead of Z."
}
}
Usage Statistics
Response Time
120 ms
Average latency
Uptime
99.9%
Service reliability
Provided by
d
diivi
Visit websiteTags
github
api
git
version-control
collaboration
Related Servers
4.8 (240)
Awesome Mcp Servers
by punkpeye
punkpeye's awesome-mcp-servers MCP server for GitHub API integration.
github
api
git
+2 more