hive-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_BASE_URL | Yes | Base URL of your Jira instance (on-premise Server/Data Center) | |
| JIRA_API_TOKEN | Yes | Personal Access Token for Jira API authentication | |
| SOURCEGRAPH_URL | Yes | URL of your Sourcegraph instance | |
| SOURCEGRAPH_TOKEN | Yes | Access token for Sourcegraph API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jira_get_issueA | Get detailed information about a Jira issue by its key or ID (e.g., PROJ-123). IMPORTANT: Use the fields parameter to control response size and avoid token limits. Default fields provide essential info (summary, status, priority, assignee, reporter, created, updated, issuetype) without bloating response. |
| jira_get_commentsA | Get comments from a Jira issue with pagination support. Returns comment history with authors, timestamps, and content. Use pagination parameters to control response size and avoid token limits. |
| jira_add_commentA | Add a comment to a Jira issue |
| jira_list_attachmentsA | List all attachments for a Jira issue. Returns attachment metadata including IDs, filenames, sizes, and mime types. |
| jira_read_attachmentA | Read a specific Jira attachment by ID. Returns the attachment content (images as blob, other files as base64). Files larger than 500KB will return metadata only. |
| sourcegraph_search_codeB | Search code across repositories using Sourcegraph. Supports various search operators like repo:, file:, lang:, count:, patterntype:, etc. |
| sourcegraph_deep_searchA | AI-powered Deep Search that understands natural language questions about your codebase. Ask questions like "How does authentication work?" or "Where are API endpoints defined?". This uses Sourcegraph's agentic search (REST API v6.7+) and may take 10-60 seconds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Jira Issue Attachments List | List all attachments for a Jira issue. Replace {issueKey} with actual issue key (e.g., PROJ-123) |
| Jira Attachment Content | Read specific attachment content. Replace {attachmentId} with actual attachment ID (e.g., 10041) |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ocuco/hive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server