MCP Server
Rank #43,504co.policyforge/mcp
Generate, audit, and maintain legal policies that match what your code actually does.
MCP Server is a Model Context Protocol (MCP) server published by PolicyForge. It ranks #43,504 of 115,591 servers tracked on MCP Toplist. MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 72,087 of 115,591 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http policyforge https://policyforge.co/api/mcpclaude mcp add policyforge -e "POLICYFORGE_API_KEY=<your POLICYFORGE_API_KEY>" -- npx -y @policyforge/mcpReplace each placeholder with your own value before saving.
[mcp_servers.policyforge]
url = "https://policyforge.co/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.policyforge]
command = "npx"
args = ["-y", "@policyforge/mcp"]
[mcp_servers.policyforge.env]
POLICYFORGE_API_KEY = "<your POLICYFORGE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://policyforge.co/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"policyforge": {
"command": "npx",
"args": [
"-y",
"@policyforge/mcp"
],
"env": {
"POLICYFORGE_API_KEY": "<your POLICYFORGE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"policyforge": {
"url": "https://policyforge.co/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"policyforge": {
"command": "npx",
"args": [
"-y",
"@policyforge/mcp"
],
"env": {
"POLICYFORGE_API_KEY": "<your POLICYFORGE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"policyforge": {
"type": "http",
"url": "https://policyforge.co/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"policyforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@policyforge/mcp"
],
"env": {
"POLICYFORGE_API_KEY": "<your POLICYFORGE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"policyforge": {
"serverUrl": "https://policyforge.co/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"policyforge": {
"command": "npx",
"args": [
"-y",
"@policyforge/mcp"
],
"env": {
"POLICYFORGE_API_KEY": "<your POLICYFORGE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"policyforge": {
"url": "https://policyforge.co/api/mcp"
}
}
}{
"mcpServers": {
"policyforge": {
"command": "npx",
"args": [
"-y",
"@policyforge/mcp"
],
"env": {
"POLICYFORGE_API_KEY": "<your POLICYFORGE_API_KEY>"
}
}
}
}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/co.policyforge%2Fmcp)<a href="https://mcptoplist.com/server/co.policyforge%2Fmcp"><img src="https://mcptoplist.com/badge/co.policyforge%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
PolicyForge
Available versions (3)
| Version | Published |
|---|---|
| 0.6.1 | Aug 3, 2026 |
| 0.6.0 | Aug 3, 2026 |
| 0.3.0 | Jul 13, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by PolicyForge, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 3 versions of MCP Server, most recently published on Aug 3, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/PolicyForge/mcp.