Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Protheus Research

FreeNot checked

MCP server for technical research in the TOTVS Protheus ecosystem

GitHubEmbed

About

MCP server for technical research in the TOTVS Protheus ecosystem

README

MCP (Model Context Protocol) server for technical research in the TOTVS Protheus ecosystem. Enables AI agents to query official documentation, community knowledge bases, and release notes through structured tools.

Overview

Provides structured access to Protheus technical knowledge — from ADVPL language reference to module-specific documentation, runtime error investigation, and code generation.

Tools

  • search_protheus_docs — Search official TOTVS documentation
  • search_community — Search trusted community sources
  • search_release_notes — Find release notes and patches
  • compare_sources — Cross-reference official and community findings
  • deep_research — Comprehensive multi-source research
  • generate_advpl_example — Generate ADVPL/TL++ code examples
  • debug_protheus_error — Investigate runtime errors and stack traces

Tech Stack

TypeScript Node.js MCP SDK SQL Server REST APIs

Quick Start

# Install dependencies
npm install

# Build
npm run build

# Start MCP server
node dist/index.js

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "protheus-research": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

License

MIT

from github.com/limaduzz11/protheus-research

Installing Protheus Research

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/limaduzz11/protheus-research

FAQ

Is Protheus Research MCP free?

Yes, Protheus Research MCP is free — one-click install via Unyly at no cost.

Does Protheus Research need an API key?

No, Protheus Research runs without API keys or environment variables.

Is Protheus Research hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Protheus Research in Claude Desktop, Claude Code or Cursor?

Open Protheus Research on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Protheus Research with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs