MCP Server
com.seanwinslow/intent-engineering MCP Server
com.seanwinslow/intent-engineering
What is the com.seanwinslow/intent-engineering MCP server?
Audit, scaffold, and triage agent intent specs against a 9-section template.
How to install com.seanwinslow/intent-engineering
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"intent-engineering": {
"command": "npx",
"args": [
"-y",
"@swins/intent-engineering-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"intent-engineering": {
"command": "npx",
"args": [
"-y",
"@swins/intent-engineering-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"intent-engineering": {
"command": "npx",
"args": [
"-y",
"@swins/intent-engineering-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"intent-engineering": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@swins/intent-engineering-mcp"
]
}
}
}Claude Code
claude mcp add intent-engineering -- npx -y @swins/intent-engineering-mcpRelated MCP servers
Read-only MCP over a vault's typed knowledge graph: concept search, contradictions, article fetch.
View repository →