Skip to main content
Glama
Ocuco
by Ocuco

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_BASE_URLYesBase URL of your Jira instance (on-premise Server/Data Center)
JIRA_API_TOKENYesPersonal Access Token for Jira API authentication
SOURCEGRAPH_URLYesURL of your Sourcegraph instance
SOURCEGRAPH_TOKENYesAccess token for Sourcegraph API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Jira Issue Attachments ListList all attachments for a Jira issue. Replace {issueKey} with actual issue key (e.g., PROJ-123)
Jira Attachment ContentRead specific attachment content. Replace {attachmentId} with actual attachment ID (e.g., 10041)

Latest Blog Posts

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