Test Intel
Rank #6,435io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
Test Intel is a Model Context Protocol (MCP) server published by barissozudogru. It ranks #6,435 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Test Intel is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 109,156 of 115,591 servers on MCP Toplist.
Use Test Intel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add test-intel -- npx -y @barissozudogru/test-intel-mcp[mcp_servers.test-intel]
command = "npx"
args = ["-y", "@barissozudogru/test-intel-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"test-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"test-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"test-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"test-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"test-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-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/io.github.barissozudogru%2Ftest-intel)<a href="https://mcptoplist.com/server/io.github.barissozudogru%2Ftest-intel"><img src="https://mcptoplist.com/badge/io.github.barissozudogru%2Ftest-intel.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
barissozudogru
Other servers by barissozudogru
View all barissozudogru servers →Available versions (3)
| Version | Published |
|---|---|
| 0.8.1 | Aug 26, 2026 |
| 0.7.0 | Aug 25, 2026 |
| 0.6.1 | Aug 20, 2026 |
Frequently asked questions
- Who maintains Test Intel?
- Test Intel is maintained by barissozudogru, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Test Intel listed on the Official MCP Registry?
- Yes — Test Intel is listed on the Official MCP Registry, alongside Glama.
- How many versions does Test Intel have?
- MCP Toplist tracks 3 versions of Test Intel, most recently published on Aug 26, 2026.
- Where can I find the source code for Test Intel?
- The source code for Test Intel is hosted at github.com/barissozudogru/test-intel-mcp.