Skip to main content
Glama

mcp-server-dlis

by houtj
__init__.py455 B
""" DLIS MCP Server - A DLIS server implementation for MCP """ __version__ = "0.1.0" from .dlis_server import serve def main(): """MCP Time Server - Time and timezone conversion functionality for MCP""" import argparse import asyncio parser = argparse.ArgumentParser( description="give a model the ability to handle time queries and timezone conversions" ) asyncio.run(serve()) if __name__ == "__main__": main()

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/houtj/dlis_mcp_server'

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