We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsvikas/marvin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•262 B
"""marvin-mcp-server: MCP server for amazing marvin.
Copyright (c) 2025 Tsvika Shapira. All rights reserved.
"""
from ._version import version as _version
from .server import marvin_mcp_server
__version__ = _version
__all__: list[str] = ["marvin_mcp_server"]