Skip to main content
Glama
__init__.py369 B
"""Aseprite MCP - Model Context Protocol implementation for Aseprite.""" from mcp.server.fastmcp import FastMCP mcp = FastMCP("aseprite") __version__ = "0.2.0" __author__ = "Divyansh Singh" # Import all tools to register them from .tools import canvas, drawing, export, palette, batch # Initialize logging from .core.logging import get_logger logger = get_logger()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ext-sakamoro/AsepriteMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server