Back to Home
patrickoleary icon

vtkapi-mcp

Verified Safe

by patrickoleary

Overview

Provides post-generation validation of VTK Python code to catch API hallucinations via a Model Context Protocol (MCP) server.

Installation

Run Command
python -m vtkapi_mcp --api-docs /absolute/path/to/vtkapi-mcp/data/vtk-python-docs.jsonl

Security Notes

The server operates via standard I/O (stdio), limiting direct network exposure. File access is restricted to a user-specified API documentation file, reducing arbitrary file system risks. No direct 'eval' or 'exec' calls of user-provided input are present. Input schemas for tools are defined, providing a layer of validation, although comprehensive input sanitization for all possible tool inputs is not explicitly detailed in the provided snippets.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-22

Tags

VTKAPI ValidationMCP ServerPythonLLM Tooling