@im4all/pi-jira-extension
Fetch and create jira issues
Package details
Install @im4all/pi-jira-extension from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@im4all/pi-jira-extension- Package
@im4all/pi-jira-extension- Version
1.0.1- Published
- May 6, 2026
- Downloads
- 108/mo · 33/wk
- Author
- im4all
- License
- unknown
- Types
- extension, skill
- Size
- 16.6 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
],
"image": "https://habibhadi.com/assets/pi-jira-extension.png"
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Jira MCP Pi Extension
This project-local Pi extension exposes a stdio Jira MCP server to Pi as tools:
jira_mcp_list_toolsjira_mcp_call_tool
Server
By default, this extension connects to Atlassian's remote MCP server through mcp-remote:
npx -y mcp-remote https://mcp.atlassian.com/v1/mcp
No project-local .env file is required. Authentication is handled by Atlassian OAuth/browser login.
Optional environment override
If you need to point at another MCP server, set shell environment variables:
JIRA_MCP_COMMAND=npx
JIRA_MCP_ARGS=["-y","mcp-remote","https://mcp.atlassian.com/v1/mcp"]
Shell environment variables override defaults.
Verify
Restart Pi or run:
/reload
Then run:
/jira-mcp-status
Then ask:
Use jira-implementation-review for KA-123
Fetch acceptance criteria of AB-7682
