MCP Server
MCP
io.github.oleksii-donets/simple_mcp
A Test MCP server that provides tools, promts and resources
Install
oci:docker.io/d0nets/simple-mcp:0.0.4
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/d0nets/simple-mcp:0.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transport type",
"format": "string",
"default": "STDIO",
"choices": [
"STDIO"
],
"name": "APP_TRANSPORT"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/d0nets/simple-mcp:0.0.4",
"transport": {
"type": "streamable-http",
"url": "http://{APP_HOST}:{APP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "Transport type",
"isRequired": true,
"format": "string",
"choices": [
"HTTP"
],
"name": "APP_TRANSPORT"
},
{
"description": "Server host",
"format": "string",
"default": "0.0.0.0",
"name": "APP_HOST"
},
{
"description": "Server port",
"format": "string",
"default": "8000",
"name": "APP_PORT"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment