Kanvas MCP Server
@bakaphp
Kanvas MCP Server について
Kanvas MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"kanvas_mcp": {
"command": "docker",
"args": [
"build",
"-t",
"kanvas/mcp:dev",
"-f",
"Dockerfile",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Kanvas MCP Server?
An MCP (Model Context Protocol) server that integrates with Kanvas to manage events and reminders. It is designed for users who need to create, view, and list events and reminders via a Docker container.
How to use Kanvas MCP Server?
Build the Docker image with docker build -t kanvas/mcp:dev -f Dockerfile . and run it with docker run -p 8888:8888 kanvas/mcp:dev. The server executes python server.py on startup.
Key features of Kanvas MCP Server
- Create events on Kanvas.
- See (view) existing events.
- Set reminders.
- List reminders.
- Runs as a Docker container on port 8888.
Use cases of Kanvas MCP Server
- Automating event creation and reminder management through MCP.
- Integrating Kanvas event/reminder functionality into AI workflows.
- Containerized deployment for consistent server environments.
FAQ from Kanvas MCP Server
What does Kanvas MCP Server do?
It enables creating events, viewing events, setting reminders, and listing reminders via an MCP interface.
How do I build and run the server?
Build the Docker image using docker build -t kanvas/mcp:dev -f Dockerfile . and run it with docker run -p 8888:8888 kanvas/mcp:dev. No additional configuration is documented.
What port does the server use?
It uses port 8888 as exposed in the Docker run command.
What dependencies or runtime are required?
— (The README does not specify runtime dependencies beyond Docker and Python.)
Where does data live or how is authentication handled?
— (The README does not mention data storage or authentication.)
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
コメント