MCPKit
Verified Safeby gkjpettet
Overview
Provides a Xojo framework for creating Model Context Protocol (MCP) servers that expose custom tools to Large Language Models (LLMs).
Installation
No command providedSecurity Notes
The framework itself appears to follow good practices for handling sensitive information (e.g., API keys via command-line options). However, as a server designed to expose user-defined "tools" (code) to an LLM, the overall security critically depends on the secure implementation of these custom tools. Unsafely implemented tools could introduce vulnerabilities like command injection, data leakage, or uncontrolled resource access. No 'eval' or obfuscation detected in the provided README.
Similar Servers
XcodeBuildMCP
A Model Context Protocol (MCP) server that provides Xcode-related tools for AI assistants, enabling programmatic interaction with Xcode projects, simulators, devices, and Swift packages.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
mcpc
A framework for building agentic Model Context Protocol (MCP) servers by composing existing MCP tools. It enables the creation of portable, interoperable AI agents with flexible execution modes and robust logging/tracing capabilities.