Conformy MCP Server
Rank #1,294io.github.SwikingSWE/conformy
EU AI Act & NIS2 compliance — classify AI systems, check obligations, draft docs.
Conformy MCP Server is a Model Context Protocol (MCP) server published by conformy. It ranks #1,294 of 115,591 servers tracked on MCP Toplist, and its repository has 600 GitHub stars. Conformy MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 114,297 of 115,591 servers on MCP Toplist.
Use Conformy MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add conformy -- npx -y @conformy/mcp-server[mcp_servers.conformy]
command = "npx"
args = ["-y", "@conformy/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"conformy": {
"command": "npx",
"args": [
"-y",
"@conformy/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"conformy": {
"command": "npx",
"args": [
"-y",
"@conformy/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"conformy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conformy/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"conformy": {
"command": "npx",
"args": [
"-y",
"@conformy/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"conformy": {
"command": "npx",
"args": [
"-y",
"@conformy/mcp-server"
]
}
}
}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.SwikingSWE%2Fconformy)<a href="https://mcptoplist.com/server/io.github.SwikingSWE%2Fconformy"><img src="https://mcptoplist.com/badge/io.github.SwikingSWE%2Fconformy.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
conformy
Available versions (3)
| Version | Published |
|---|---|
| 0.3.5 | Apr 7, 2026 |
| 0.1.3 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Conformy MCP Server?
- Conformy MCP Server is maintained by conformy, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Conformy MCP Server listed on the Official MCP Registry?
- Yes — Conformy MCP Server is listed on the Official MCP Registry.
- How many versions does Conformy MCP Server have?
- MCP Toplist tracks 3 versions of Conformy MCP Server, most recently published on Apr 7, 2026.
- Where can I find the source code for Conformy MCP Server?
- The source code for Conformy MCP Server is hosted at github.com/conformy/mcp-server.