1. Conduid
  2. Developer Tools
  3. Protonion MCP Server Tools
MCP server · Developer Tools

Protonion MCP Server Tools

🔧 Protonion MCP Server Tools: A centralized repository for modular, portable, and high-performance MCP agents. Features a clean architecture (Core, Services, Agents) with shared utilities for caching, validation, and health checks

Unclaimed last commit 7 months ago devtools
45Fair

Scored 4 months ago · breakdown

About Protonion MCP Server Tools

Protonion MCP Server Tools is an MCP server published by hadevelopment in the Developer Tools category: 🔧 Protonion MCP Server Tools: A centralized repository for modular, portable, and high-performance MCP agents. Features a clean architecture (Core, Services, Agents) with shared utilities for caching, validation, and health checks. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx protonion-mcp-server-tools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Protonion MCP Server Tools

Powered by Claude · Grounded in docs

I know everything about Protonion MCP Server Tools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🤖 Protonion MCP Server Tools

A robust, enterprise-grade framework for portable MCP agents. Currently featuring the Protonion Jira Agent.

🚀 Features

  • Standalone Architecture: The entire Jira agent lives in a single, portable jira.py file with zero complex dependencies.
  • Auto-Configurable: Includes built-in tools (update_config) to set credentials directly from the AI Interface (Antigravity).
  • Protonion Framework: Integrated with the MCP Manager for one-click installation and updates.
  • Enterprise-ready: Includes input validation, workflow enforcement, and team collaboration tools.

📦 Quick Installation

1. Using Protonion MCP Manager (Recommended)

This repository includes the mcp-manager.py utility which automates the setup.

# 1. Install/Update the agent
python mcp-manager.py install-all

# 2. Restart your AI Editor (Antigravity/Cursor)

2. Manual Setup

If you prefer manual configuration, simply run the agent using uv:

uv run jira.py

🛠️ Included Agents

🤖 Protonion Jira (jira.py)

A comprehensive Jira integration that creates a professional "App-like" experience within your AI editor.

Tools:

  • list_my_tasks: 📋 View your pending tasks instantly.
  • inspect_task: 🔍 View rich details, description, and comments of any task.
  • safe_move_task: 🔄 Transition tasks (e.g., To Do -> Done) with workflow validation.
  • create_task: ✨ Create new tasks from natural language.
  • search_colleague: 👥 Find team members by name to assign tasks.
  • show_config / update_config: ⚙️ View and update credentials directly from the UI.

📁 Project Structure

protonion-mcp-server-tools/
├── jira.py             # 🌟 MAIN AGENT: Standalone Jira MCP Server
├── mcp-manager.py      # 🛠️ UTILITY: Manager for installation/updates
├── src/                # (Legacy/Dev) Modular source code (optional)
├── tests/              # Automated Test Suite
├── README.md           # Documentation
├── pyproject.toml      # Dependency management (uv)
└── .env.example        # Configuration template

🔒 Security & Configuration

  1. Credentials: Never committed to Git. Stored locally in a .env file next to the agent.
  2. Management: You can update your API Token or URL using the update_config tool inside the agent.
  3. Masking: Sensitive data is masked in logs and configuration views.

📄 License

MIT License - Feel free to use and modify.


Built with ❤️ by hadevelopment using FastMCP and uv

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Protonion MCP Server Tools

How do I install Protonion MCP Server Tools?

Run npx protonion-mcp-server-tools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Protonion MCP Server Tools safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Protonion MCP Server Tools still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.