M
Prolog

Prolog

mcp server

Description

Prolog MCP provides tools for executing Prolog programs, running queries, and discovering available predicates within a Prolog engine. Built using Go and the ichiban/prolog library, this implementation creates a bridge between AI assistants and Prolog's logical programming capabilities through three main tools: executing programs, running time-limited queries with solution collection, and exploring the predicate environment. The server handles query timeouts gracefully and formats solutions as structured data, making it useful for developers who want to leverage Prolog's reasoning capabilities directly from their AI assistant interactions.

Server Details

Added

April 21, 2025