MCP ExplorerExplorer

Kanvas Mcp

@bakaphpon 19 days ago
1 MIT
FreeCommunity
AI Systems
Kanvas MCP Server

Overview

What is Kanvas Mcp

kanvas_mcp is a Kanvas MCP Server designed to manage events, reminders, and related functionalities through a containerized application.

Use cases

Use cases for kanvas_mcp include personal calendar applications, team collaboration tools for scheduling events, and reminder systems for important tasks.

How to use

To use kanvas_mcp, build the Docker container using ‘docker build -t kanvas/mcp:dev -f Dockerfile .’ and run it with ‘docker run -p 8888:8888 kanvas/mcp:dev’. The server will be initiated by executing ‘python server.py’.

Key features

Key features of kanvas_mcp include event creation, viewing events, setting reminders, and listing reminders, all managed through a simple API.

Where to use

kanvas_mcp can be used in various domains such as personal productivity applications, event management systems, and reminder services.

Content

Kanvas MCP Server

Building and Running the container

Build

docker build -t kanvas/mcp:dev -f Dockerfile .

Run

docker run -p 8888:8888 kanvas/mcp:dev

The server will be running with the command:

python server.py

Todo

Document the whole service(client,server,api)

kanvas create events, see events, set reminders, list reminders

Tools

No tools

Comments