Gole Number System MCP Server

Connect Codex, Claude Desktop, Cursor, Windsurf, or AI agents directly to the official Gole Knowledge MCP server to retrieve Gole mathematical specifications, ligature rules, and NPM package documentation.

💡 How AI Agents Use This MCP Server

AI coding agents (such as Cursor, Windsurf, Claude Desktop, Antigravity, and Codex) can use this Model Context Protocol (MCP) server to autonomously query Gole mathematical specifications, retrieve conversion logic, inspect font mapping rules, stream system journal logs, and fetch step-by-step implementation guides for @golenumber NPM & PyPI packages directly into your code editor.

🔌 Connect Your AI Tool

Select your IDE or AI assistant below to copy the connection configuration:

Cursor IDE (.cursor/mcp.json or Settings -> Features -> MCP)
{
  "mcpServers": {
    "gole-knowledge": {
      "url": "https://eSetu.in/gole-knowledge-mcp/mcp",
      "transport": "sse"
    }
  }
}

🛠️ Available MCP Tools

Once connected, your AI assistant automatically gains access to these 6 tools:

ask(question, provider)Question Answering

Ask natural language questions about Gole concepts, math conversion, or package usage.

Usage: ask(question="How do I convert decimal to Gole?")
search(query, top_k, type_filter)Knowledge Search

Search the official Gole knowledge base for relevant code snippets, research papers, and technical specifications.

Usage: search(query="react-gole components", top_k=5)
get_gole_npm_implementation_guide(package_name)NPM Package Guide

Fetch step-by-step implementation guides, OpenType font rules, core functions (toGole, toGoleFloat), and React component examples for @golenumber packages.

Usage: get_gole_npm_implementation_guide(package_name="react-gole")
get_gole_journal_logs(log_level, limit)Journal Logging

Retrieve system journal logs, conversion execution traces, and audit event logs streamed directly to the default Apache log file (/var/log/apache2/error.log or /var/log/httpd/error_log).

Usage: get_gole_journal_logs(log_level="INFO", limit=50)
list_sources(type_filter, status_filter)Source Catalog

List all official documentation pages, publications, and indexed resources available in the knowledge base.

Usage: list_sources()
health()Connection Check

Check connection health and active server status.

Usage: health()

🌐 Server Endpoints

Reference URLs for connection setup and testing:

ResourceTransport / MethodURL
MCP Protocol StreamSSEhttps://eSetu.in/gole-knowledge-mcp/mcp
Health CheckGEThttps://eSetu.in/gole-knowledge-mcp/health
REST Search EndpointPOSThttps://eSetu.in/gole-knowledge-mcp/api/search
Journal Logs EndpointGEThttps://eSetu.in/gole-knowledge-mcp/api/logs

Explore Gole Technology

Learn more about the Gole Number System, explore live NPM packages, or view official documentation:

Ask Gole AI chatbot