wilk_mcp_server

bw00786/wilk_mcp_server

3.1

If you are the rightful owner of wilk_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a full-featured Model Context Protocol (MCP) server implementation in Python, designed to facilitate note-taking, task management, calculations, and system monitoring.

Tools

Functions exposed to the LLM to take actions

create_note

Create a new note with title and content.

list_notes

List all notes with basic information.

get_note

Retrieve a specific note by ID.

create_task

Create a new task with optional metadata.

list_tasks

List tasks with optional status filtering.

update_task_status

Update the status of an existing task.

calculate

Perform mathematical calculations.

get_system_info

Retrieve current system information.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources