Skip to main content
Glama

OpenVSP MCP Server

openvsp_tool.py356 B
"""Example python-sdk tool for openvsp-mcp.""" from __future__ import annotations from mcp.server.fastmcp import FastMCP from openvsp_mcp.tool import build_tool app = FastMCP("openvsp-mcp", "OpenVSP automation") build_tool(app) if __name__ == "__main__": # Example usage: echo a request into STDIN when running `uv run mcp dev ...` app.run()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yevheniikravchuk/openvsp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server