Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"serverId": "OctoMind-dev/octomind-mcp/octomind-mcp",
"version": "129a137d90819166e92e4ea9dcda363121412fe1",
"manifest": {
"id": "octomind-mcp",
"fullId": "OctoMind-dev/octomind-mcp/octomind-mcp",
"repo": {
"provider": "github.com",
"owner": "OctoMind-dev",
"repo": "octomind-mcp",
"branch": "main",
"url": "https://github.com/OctoMind-dev/octomind-mcp"
},
"config": {
"argumentsTemplate": null,
"configValues": [
{
"title": "apikey",
"description": null,
"default": null,
"required": false,
"fields": [
{
"type": "environment",
"key": "APIKEY"
}
]
}
]
},
"subdirectory": "/",
"title": "octomind mcp server: let agents create and manage e2e tests",
"description": "An MCP server for octomind tools, resources and prompts"
},
"manifestHash": "702c996dcb31f48fc6e603dbf7955a73",
"createdAt": "2025-10-10T20:15:56.660Z",
"builder": [
{
"type": "nixpacks",
"plan": {
"providers": [],
"buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1745885067",
"variables": {
"CI": "true",
"NIXPACKS_METADATA": "node",
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "false"
},
"phases": {
"build": {
"dependsOn": [
"install"
],
"cmds": [
"pnpm run build"
],
"cacheDirectories": [
"node_modules/.cache"
]
},
"install": {
"dependsOn": [
"setup"
],
"cmds": [
"npm install -g corepack@0.24.1 && corepack enable",
"pnpm i --frozen-lockfile"
],
"cacheDirectories": [
"/root/.local/share/pnpm/store/v3"
],
"paths": [
"/app/node_modules/.bin"
]
},
"setup": {
"nixPkgs": [
"nodejs_22",
"pnpm-9_x"
],
"nixOverlays": [
"https://github.com/railwayapp/nix-npm-overlay/archive/main.tar.gz"
],
"nixpkgsArchive": "ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7"
}
},
"start": {
"cmd": "node ./dist/index.js"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"serverId": "UserAd/didlogic_mcp/didlogic-mcp",
"version": "156cbcd1e72d96cd10162132acbb0203dd9c064c",
"manifest": {
"id": "didlogic-mcp",
"fullId": "UserAd/didlogic_mcp/didlogic-mcp",
"repo": {
"provider": "github.com",
"owner": "UserAd",
"repo": "didlogic_mcp",
"branch": "main",
"url": "https://github.com/UserAd/didlogic_mcp"
},
"config": {
"argumentsTemplate": null,
"configValues": [
{
"title": "didlogic-api-key",
"description": null,
"default": null,
"required": false,
"fields": [
{
"type": "environment",
"key": "DIDLOGIC_API_KEY"
}
]
}
]
},
"subdirectory": "/",
"title": "Didlogic MCP Server",
"description": "A Model Context Protocol (MCP) server implementation for the Didlogic API. This server allows Large Language Models (LLMs) to interact with Didlogic services through a standardized interface."
},
"manifestHash": "76e624b9fde2b2fdbcb813981d07c166",
"createdAt": "2025-10-10T20:16:00.274Z",
"builder": [
{
"type": "nixpacks",
"plan": {
"providers": [],
"buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1745885067",
"variables": {
"NIXPACKS_METADATA": "python",
"NIXPACKS_UV_VERSION": "0.4.30",
"PIP_DEFAULT_TIMEOUT": "100",
"PIP_DISABLE_PIP_VERSION_CHECK": "1",
"PIP_NO_CACHE_DIR": "1",
"PYTHONDONTWRITEBYTECODE": "1",
"PYTHONFAULTHANDLER": "1",
"PYTHONHASHSEED": "random",
"PYTHONUNBUFFERED": "1",
"UV_PROJECT_ENVIRONMENT": "/opt/venv"
},
"phases": {
"install": {
"dependsOn": [
"setup"
],
"cmds": [
"python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install uv==$NIXPACKS_UV_VERSION && uv sync --no-dev --frozen"
],
"cacheDirectories": [
"/root/.cache/uv"
],
"paths": [
"/opt/venv/bin"
]
},
"setup": {
"nixPkgs": [
"python313",
"gcc"
],
"nixLibs": [
"zlib",
"stdenv.cc.cc.lib"
],
"nixOverlays": [],
"nixpkgsArchive": "bc8f8d1be58e8c8383e683a06e1e1e57893fff87"
}
},
"start": {
"cmd": "didlogic_mcp"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"serverId": "apify/actors-mcp-server/actors-mcp-server",
"version": "69b16af3e1b0b78d119800821ea20455b9df9569",
"manifest": {
"id": "actors-mcp-server",
"fullId": "apify/actors-mcp-server/actors-mcp-server",
"repo": {
"provider": "github.com",
"owner": "apify",
"repo": "actors-mcp-server",
"branch": "master",
"url": "https://github.com/apify/actors-mcp-server"
},
"config": {
"argumentsTemplate": null,
"configValues": [
{
"title": "apify-token",
"description": null,
"default": null,
"required": false,
"fields": [
{
"type": "environment",
"key": "APIFY_TOKEN"
}
]
}
]
},
"subdirectory": "/",
"title": "Apify MCP Server",
"description": "Implementation of an MCP server for all [Apify Actors](https://apify.com/store)."
},
"manifestHash": "174e58fd9519d91046116c2bb6f63cdc",
"createdAt": "2025-10-10T20:15:37.750Z",
"builder": [
{
"type": "nixpacks",
"plan": {
"providers": [],
"buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1745885067",
"variables": {
"CI": "true",
"NIXPACKS_METADATA": "node",
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "false"
},
"phases": {
"build": {
"dependsOn": [
"install"
],
"cmds": [
"npm run build"
],
"cacheDirectories": [
"node_modules/.cache"
]
},
"install": {
"dependsOn": [
"setup"
],
"cmds": [
"npm ci"
],
"cacheDirectories": [
"/root/.npm"
],
"paths": [
"/app/node_modules/.bin"
]
},
"setup": {
"nixPkgs": [
"nodejs_22",
"npm-9_x"
],
"nixOverlays": [
"https://github.com/railwayapp/nix-npm-overlay/archive/main.tar.gz"
],
"nixpkgsArchive": "ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7"
}
},
"start": {
"cmd": "npm run start"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"serverId": "basicmachines-co/basic-memory/basic-memory",
"version": "be352ab474f60f360fbd2c90d2e75dce95a100df",
"manifest": {
"id": "basic-memory",
"fullId": "basicmachines-co/basic-memory/basic-memory",
"repo": {
"provider": "github.com",
"owner": "basicmachines-co",
"repo": "basic-memory",
"branch": "main",
"url": "https://github.com/basicmachines-co/basic-memory"
},
"config": {
"configValues": []
},
"subdirectory": "/",
"title": "Basic Memory",
"description": "Basic Memory lets you build persistent knowledge through natural conversations with Large Language Models (LLMs) like"
},
"manifestHash": "f21fac3f634719a08c1f82ec4ff56e21",
"createdAt": "2025-10-10T20:15:39.918Z",
"builder": [
{
"type": "nixpacks",
"plan": {
"providers": [],
"buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1745885067",
"variables": {
"NIXPACKS_METADATA": "python",
"NIXPACKS_UV_VERSION": "0.4.30",
"PIP_DEFAULT_TIMEOUT": "100",
"PIP_DISABLE_PIP_VERSION_CHECK": "1",
"PIP_NO_CACHE_DIR": "1",
"PYTHONDONTWRITEBYTECODE": "1",
"PYTHONFAULTHANDLER": "1",
"PYTHONHASHSEED": "random",
"PYTHONUNBUFFERED": "1",
"UV_PROJECT_ENVIRONMENT": "/opt/venv"
},
"phases": {
"install": {
"dependsOn": [
"setup"
],
"cmds": [
"python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install uv==$NIXPACKS_UV_VERSION && uv sync --no-dev --frozen"
],
"cacheDirectories": [
"/root/.cache/uv"
],
"paths": [
"/opt/venv/bin"
]
},
"setup": {
"nixPkgs": [
"python312",
"gcc"
],
"nixLibs": [
"zlib",
"stdenv.cc.cc.lib"
],
"nixOverlays": [],
"nixpkgsArchive": "bc8f8d1be58e8c8383e683a06e1e1e57893fff87"
}
},
"start": {
"cmd": "basic-memory"
}
}
}
]
}
Loading
Loading