Skip to main content
Glama

MCP-Logic

MIT License
20
  • Linux
  • Apple
import asyncio import argparse from pathlib import Path from .server import main def run(): parser = argparse.ArgumentParser(description='MCP Logic Server') parser.add_argument('--prover-path', type=str, required=True, help='Path to Prover9/Mace4 binaries') args = parser.parse_args() asyncio.run(main(args.prover_path)) if __name__ == '__main__': 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/angrysky56/mcp-logic'

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