Archstone
Rank #4,556io.github.Archstone-Romania/archstone
Compile your own business capabilities from declarative YAML and serve them as MCP tools.
Archstone is a Model Context Protocol (MCP) server published by Archstone-Romania. It ranks #4,556 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Archstone is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 127,490 of 132,046 servers on MCP Toplist.
Use Archstone
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add archstone -- npx -y @archstone/cli serve "<manifest_dir>"Replace each placeholder with your own value before saving.
[mcp_servers.archstone]
command = "npx"
args = ["-y", "@archstone/cli", "serve", "<manifest_dir>"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"archstone": {
"command": "npx",
"args": [
"-y",
"@archstone/cli",
"serve",
"<manifest_dir>"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"archstone": {
"command": "npx",
"args": [
"-y",
"@archstone/cli",
"serve",
"<manifest_dir>"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"archstone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@archstone/cli",
"serve",
"<manifest_dir>"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"archstone": {
"command": "npx",
"args": [
"-y",
"@archstone/cli",
"serve",
"<manifest_dir>"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"archstone": {
"command": "npx",
"args": [
"-y",
"@archstone/cli",
"serve",
"<manifest_dir>"
]
}
}
}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.Archstone-Romania%2Farchstone)<a href="https://mcptoplist.com/server/io.github.Archstone-Romania%2Farchstone"><img src="https://mcptoplist.com/badge/io.github.Archstone-Romania%2Farchstone.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Archstone-Romania
Available versions (3)
| Version | Published |
|---|---|
| 0.23.0 | Sep 19, 2026 |
| 0.22.1 | Sep 17, 2026 |
| 0.11.5 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Archstone?
- Archstone is maintained by Archstone-Romania, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Archstone listed on the Official MCP Registry?
- Yes — Archstone is listed on the Official MCP Registry.
- How many versions does Archstone have?
- MCP Toplist tracks 3 versions of Archstone, most recently published on Sep 19, 2026.
- Where can I find the source code for Archstone?
- The source code for Archstone is hosted at github.com/Archstone-Romania/archstone.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.