Project Status
Rank #24,308org.openlyuseful/project-status
Read-only project readiness, dependency, evidence, and bounded local activity views.
Project Status is a Model Context Protocol (MCP) server published by Openly-Useful. It ranks #24,308 of 115,591 servers tracked on MCP Toplist. Project Status is listed on Official MCP, with 1 tracked version. It was first listed on Aug 23, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 91,283 of 115,591 servers on MCP Toplist.
Use Project Status
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add project-status -- npx -y @openly-useful/project-status-mcp[mcp_servers.project-status]
command = "npx"
args = ["-y", "@openly-useful/project-status-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"project-status": {
"command": "npx",
"args": [
"-y",
"@openly-useful/project-status-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"project-status": {
"command": "npx",
"args": [
"-y",
"@openly-useful/project-status-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"project-status": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openly-useful/project-status-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"project-status": {
"command": "npx",
"args": [
"-y",
"@openly-useful/project-status-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"project-status": {
"command": "npx",
"args": [
"-y",
"@openly-useful/project-status-mcp"
]
}
}
}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/org.openlyuseful%2Fproject-status)<a href="https://mcptoplist.com/server/org.openlyuseful%2Fproject-status"><img src="https://mcptoplist.com/badge/org.openlyuseful%2Fproject-status.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Openly-Useful
Other servers by Openly-Useful
View all Openly-Useful servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Aug 23, 2026 |
Frequently asked questions
- Who maintains Project Status?
- Project Status is maintained by Openly-Useful, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Project Status listed on the Official MCP Registry?
- Yes — Project Status is listed on the Official MCP Registry.
- How many versions does Project Status have?
- MCP Toplist tracks 1 version of Project Status, most recently published on Aug 23, 2026.
- Where can I find the source code for Project Status?
- The source code for Project Status is hosted at github.com/Openly-Useful/project-status.