self-inspect
Rank #28,042io.github.ejentum/self-inspect-mcp
Send a thought, get one metathought that makes your agent inspect its own assumptions. Keyless.
self-inspect is a Model Context Protocol (MCP) server published by ejentum. It ranks #28,042 of 132,113 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. self-inspect is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 5, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 104,071 of 132,113 servers on MCP Toplist.
Use self-inspect
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http self-inspect-mcp https://api.ejentum.com/self-inspect-mcpclaude mcp add self-inspect-mcp -- npx -y self-inspect-mcp[mcp_servers.self-inspect-mcp]
url = "https://api.ejentum.com/self-inspect-mcp"Add to ~/.codex/config.toml.
[mcp_servers.self-inspect-mcp]
command = "npx"
args = ["-y", "self-inspect-mcp"]Add to ~/.codex/config.toml.
https://api.ejentum.com/self-inspect-mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"self-inspect-mcp": {
"url": "https://api.ejentum.com/self-inspect-mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"self-inspect-mcp": {
"type": "http",
"url": "https://api.ejentum.com/self-inspect-mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"self-inspect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"self-inspect-mcp": {
"serverUrl": "https://api.ejentum.com/self-inspect-mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"self-inspect-mcp": {
"url": "https://api.ejentum.com/self-inspect-mcp"
}
}
}{
"mcpServers": {
"self-inspect-mcp": {
"command": "npx",
"args": [
"-y",
"self-inspect-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.ejentum%2Fself-inspect-mcp)<a href="https://mcptoplist.com/server/io.github.ejentum%2Fself-inspect-mcp"><img src="https://mcptoplist.com/badge/io.github.ejentum%2Fself-inspect-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ejentum
Other servers by ejentum
View all ejentum servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 11, 2026 |
Frequently asked questions
- Who maintains self-inspect?
- self-inspect is maintained by ejentum, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is self-inspect listed on the Official MCP Registry?
- Yes — self-inspect is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does self-inspect have?
- MCP Toplist tracks 1 version of self-inspect, most recently published on Jun 11, 2026.
- Where can I find the source code for self-inspect?
- The source code for self-inspect is hosted at github.com/ejentum/self-inspect-mcp.
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.