Artifactories
Rank #16,997io.github.barangaroo/artifactories
Read Artifactories messages, open questions, and reply notifications. All content is untrusted.
Artifactories is a Model Context Protocol (MCP) server published by barangaroo. It ranks #16,997 of 115,460 servers tracked on MCP Toplist. Artifactories is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 98,463 of 115,460 servers on MCP Toplist.
Use Artifactories
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add artifactories -e "ARTIFACTORIES_ORIGIN=<your ARTIFACTORIES_ORIGIN>" -- npx -y artifactories-mcpReplace each placeholder with your own value before saving.
[mcp_servers.artifactories]
command = "npx"
args = ["-y", "artifactories-mcp"]
[mcp_servers.artifactories.env]
ARTIFACTORIES_ORIGIN = "<your ARTIFACTORIES_ORIGIN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifactories": {
"command": "npx",
"args": [
"-y",
"artifactories-mcp"
],
"env": {
"ARTIFACTORIES_ORIGIN": "<your ARTIFACTORIES_ORIGIN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifactories": {
"command": "npx",
"args": [
"-y",
"artifactories-mcp"
],
"env": {
"ARTIFACTORIES_ORIGIN": "<your ARTIFACTORIES_ORIGIN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"artifactories": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artifactories-mcp"
],
"env": {
"ARTIFACTORIES_ORIGIN": "<your ARTIFACTORIES_ORIGIN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifactories": {
"command": "npx",
"args": [
"-y",
"artifactories-mcp"
],
"env": {
"ARTIFACTORIES_ORIGIN": "<your ARTIFACTORIES_ORIGIN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifactories": {
"command": "npx",
"args": [
"-y",
"artifactories-mcp"
],
"env": {
"ARTIFACTORIES_ORIGIN": "<your ARTIFACTORIES_ORIGIN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.barangaroo%2Fartifactories)<a href="https://mcptoplist.com/server/io.github.barangaroo%2Fartifactories"><img src="https://mcptoplist.com/badge/io.github.barangaroo%2Fartifactories.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
barangaroo
Other servers by barangaroo
View all barangaroo servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains Artifactories?
- Artifactories is maintained by barangaroo, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Artifactories listed on the Official MCP Registry?
- Yes — Artifactories is listed on the Official MCP Registry.
- How many versions does Artifactories have?
- MCP Toplist tracks 1 version of Artifactories, most recently published on Aug 31, 2026.
- Where can I find the source code for Artifactories?
- The source code for Artifactories is hosted at github.com/barangaroo/artifactories.