Skip to content

Commit b25e9e7

Browse files
committed
Add community.martin-loop
Signed-off-by: Keesan <VAMAHALIN@GMAIL.COM>
1 parent cb52e1e commit b25e9e7

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

servers/community.martin-loop.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.martin-loop",
4+
"name": "MartinLoop MCP",
5+
"alias": "martin-loop",
6+
"description": "Governed MCP server for AI coding agents with budgets, verifier gates, and inspectable runs.",
7+
"logo": "https://avatars.githubusercontent.com/u/76763392?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"security"
12+
],
13+
"tags": [
14+
"mcp",
15+
"governance",
16+
"verification",
17+
"code-agents",
18+
"budget-controls",
19+
"inspectable-runs"
20+
],
21+
"transport": {
22+
"type": "stdio",
23+
"command": "npx",
24+
"args": [
25+
"-y",
26+
"@martinloop/mcp"
27+
]
28+
},
29+
"auth": {
30+
"type": "none"
31+
},
32+
"contributor": {
33+
"name": "Vakeesan Mahalingam",
34+
"github": "Keesan12",
35+
"url": "https://martinloop.com/"
36+
},
37+
"links": {
38+
"repository": "https://github.com/Keesan12/martin-loop",
39+
"homepage": "https://martinloop.com/",
40+
"documentation": "https://github.com/Keesan12/martin-loop/blob/main/docs/oss/MCP-FOR-AI-AGENTS.md"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": true,
48+
"prompts": true,
49+
"read_only_mode": false
50+
}
51+
}

0 commit comments

Comments
 (0)