lewisExternal/Custom-AI-Jira-Agent
A custom AI Jira agent, with a tool to preform triage on newly created Jira issues. The project makes use of LangChain agents, served via Django (with PostgreSQL) and Google Mesop. Services are provided in Docker to be run locally. The prompting strategy includes a CO-STAR system prompt, Chain-of-Thought (CoT) reasoning with few-shot prompting.
Platform-specific configuration:
{
"mcpServers": {
"Custom-AI-Jira-Agent": {
"command": "npx",
"args": [
"-y",
"Custom-AI-Jira-Agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...