Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.
claude mcp add veris -- npx -y veris-core
claude_desktop_config.json
{
"mcpServers": {
"veris": {
"command": "npx",
"args": [
"-y",
"veris-core"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"veris": {
"command": "npx",
"args": [
"-y",
"veris-core"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"veris": {
"command": "npx",
"args": [
"-y",
"veris-core"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"veris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"veris-core"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"veris": {
"command": "npx",
"args": [
"-y",
"veris-core"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vighriday--veris/reviews or the review_server meta-tool.
POST /mcp