Intent Analysis
Rank #58,803io.intencion/mcp
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
Intent Analysis is a Model Context Protocol (MCP) server published by las7. It ranks #58,803 of 115,460 servers tracked on MCP Toplist. Intent Analysis is listed on Official MCP, with 1 tracked version. It was first listed on Jun 18, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 56,657 of 115,460 servers on MCP Toplist.
Use Intent Analysis
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add intencion -e "INTENCION_API_KEY=<your INTENCION_API_KEY>" -e "INTENCION_BASE_URL=<your INTENCION_BASE_URL>" -- npx -y @intencion/mcpReplace each placeholder with your own value before saving.
[mcp_servers.intencion]
command = "npx"
args = ["-y", "@intencion/mcp"]
[mcp_servers.intencion.env]
INTENCION_API_KEY = "<your INTENCION_API_KEY>"
INTENCION_BASE_URL = "<your INTENCION_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intencion": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<your INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<your INTENCION_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intencion": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<your INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<your INTENCION_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"intencion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<your INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<your INTENCION_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intencion": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<your INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<your INTENCION_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intencion": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<your INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<your INTENCION_BASE_URL>"
}
}
}
}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.intencion%2Fmcp)<a href="https://mcptoplist.com/server/io.intencion%2Fmcp"><img src="https://mcptoplist.com/badge/io.intencion%2Fmcp.svg" alt="MCP Toplist: #58,803 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
las7
Other servers by las7
View all las7 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 18, 2026 |
Frequently asked questions
- Who maintains Intent Analysis?
- Intent Analysis is maintained by las7, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Intent Analysis listed on the Official MCP Registry?
- Yes — Intent Analysis is listed on the Official MCP Registry.
- How many versions does Intent Analysis have?
- MCP Toplist tracks 1 version of Intent Analysis, most recently published on Jun 18, 2026.
- Where can I find the source code for Intent Analysis?
- The source code for Intent Analysis is hosted at github.com/las7/intent-analysis.