Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Custom host for HTTP transport (e.g., 0.0.0.0). | |
| port | No | Custom port for HTTP transport (e.g., 9011). | |
| transport | No | Transport mode to use (stdio or http). Defaults to stdio. | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| open-context_search_docs | Search for documentation topics across all available documentation sources |
| open-context_get_docs | Get detailed documentation for a specific topic or library |
| open-context_list_docs | List all available documentation languages and their topics |
| open-context_get_go_info | Fetch and cache information about specific Go versions or Go libraries from official sources |
| open-context_get_npm_info | Fetch and cache information about npm packages from the npm registry |
| open-context_get_python_info | Fetch and cache information about Python packages from PyPI (Python Package Index) |
| open-context_get_rust_info | Fetch and cache information about Rust crates from crates.io |
| open-context_get_node_info | Fetch and cache information about Node.js versions from nodejs.org |
| open-context_get_typescript_info | Fetch and cache information about TypeScript versions from GitHub releases |
| open-context_get_nextjs_info | Fetch and cache information about Next.js versions from GitHub releases |
| open-context_get_react_info | Fetch and cache information about React versions from GitHub releases |
| open-context_get_ansible_info | Fetch and cache information about Ansible versions from GitHub releases |
| open-context_get_terraform_info | Fetch and cache information about Terraform versions from GitHub releases |
| open-context_get_jenkins_info | Fetch and cache information about Jenkins versions from GitHub releases |
| open-context_get_kubernetes_info | Fetch and cache information about Kubernetes versions from GitHub releases |
| open-context_get_helm_info | Fetch and cache information about Helm versions from GitHub releases |
| open-context_get_docker_image | Fetch and cache information about Docker images from Docker Hub, including available tags and image details |
| open-context_get_github_action | Fetch and cache information about GitHub Actions from GitHub API, including action metadata, inputs, and outputs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| use-docs | Use open-context documentation for the current conversation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |