Back to Apps

Prolog MCP
Supports UIby snoglobe
Execute Prolog queries and manage predicates directly within your AI assistant.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects your AI assistant to a Prolog environment, allowing the model to execute logic programming queries, run Prolog code, and explore existing predicates to perform complex symbolic reasoning.
Tools
execute_prolog: Runs a Prolog query and returns the result.search_predicates: Searches for existing predicates in the current Prolog environment.query_prolog: Performs a targeted query to retrieve specific facts or rules.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"prolog-mcp": {
"command": "/path/to/prolog_mcp_executable"
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @smithery/cli install @snoglobe/prolog_mcp --client claudeInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"prolog-mcp": {"command": "/path/to/prolog_mcp_executable"}}}





