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
npx protonion-mcp-server-toolsThis 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
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.pyfile 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
- Credentials: Never committed to Git. Stored locally in a
.envfile next to the agent. - Management: You can update your API Token or URL using the
update_configtool inside the agent. - 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.