MCP Server Demo
by ranjaka
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sum_two_numbers | Add two numbers |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| read_build_ci_file | Read the Java build CI job template. This template contains .build-java job that can be extended for Maven-based Java applications. Use this template when creating GitLab CI files for Java projects that need build functionality. |
| read_sast_scanner_ci_file | Read the SAST scanner CI job template. This template contains .sast-scan-java job for Static Application Security Testing of Java applications. Use this template when creating GitLab CI files that need security scanning capabilities. |
| read_sca_scanner_ci_file | Read the SCA scanner CI job template. This template contains .scan-scan-java job for Software Composition Analysis of Java applications. Use this template when creating GitLab CI files that need dependency vulnerability scanning. |
| read_build_image_ci_file | Read the Docker build image CI job template. This template contains build-image job for building and pushing Docker images to registry. Use this template when creating GitLab CI files that need containerization capabilities. |
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/ranjaka/mcp-server-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server