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
Installation
npx protonion-mcp-server-toolsAsk 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.
0/500
Reviews
Documentation
π€ 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
