MukundaKatta

25 mods across 14 repositories, 19 stars between them.

agentfit

01

MukundaKatta/agentfit-mcp

MCP server Claude CodeCodexCursor

Token-aware message truncation: fit a chat history into your model's context budget. Runs locally from the @mukundakatta/agentfit-mcp npm package.

1 1mo ago A tokens not measured original MIT

agentvet

02

MukundaKatta/agentvet-mcp

MCP server Claude CodeCodexCursor

Validate tool-call args before execution. Returns LLM-friendly retry hints. Runs locally from the @mukundakatta/agentvet-mcp npm package.

1 1mo ago A tokens not measured original MIT

agentcast

03

MukundaKatta/agentcast-mcp

MCP server Claude CodeCodexCursor

Structured-output enforcer: extract and validate JSON from messy LLM text. Runs locally from the @mukundakatta/agentcast-mcp npm package.

1 1mo ago A tokens not measured original MIT

agentguard

04

MukundaKatta/agentguard-mcp

MCP server Claude CodeCodexCursor

Network-egress firewall for agent tools: check URLs against a declarative policy. Runs locally from the @mukundakatta/agentguard-mcp npm package.

1 1mo ago A tokens not measured original MIT

citecite-mcp

05

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Inject, parse, and strip [N] citation markers in RAG outputs. Runs locally from the @mukundakatta/citecite-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

csv-tools-mcp

06

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF. Runs locally from the @mukundakatta/csv-tools-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

diff-mcp

07

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Character-precise unified diff + patch application + patch parsing. Runs locally from the @mukundakatta/diff-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Convert HTML to Markdown or strip to plain text. For web-scraping agents. Runs locally from the @mukundakatta/html-to-markdown-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

jmespath-mcp

09

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Run JMESPath queries against JSON. Pure JS, no native binary needed. Runs locally from the @mukundakatta/jmespath-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

json5-mcp

10

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON. Runs locally from the @mukundakatta/json5-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

promptbudget-mcp

11

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Token-budget-aware text handling: count, truncate, and chunk for LLM prompts. Runs locally from the @mukundakatta/promptbudget-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

ragdrift-mcp

12

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Diagnose RAG drift: interpret scores, recommend thresholds, explain dimensions. Runs locally from the @mukundakatta/ragdrift-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

ragmetric-mcp

13

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

RAG retrieval IR metrics: recall@k, hit@k, MRR, NDCG@k, evaluatebatch. Runs locally from the @mukundakatta/ragmetric-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

regex-test-mcp

14

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Trustworthy JS regex testing. Real offsets, named groups, safe against zero-width loops. Runs locally from the @mukundakatta/regex-test-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

shellquote-mcp

15

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Safe shell argument escaping for bash, cmd.exe, and PowerShell. Runs locally from the @mukundakatta/shellquote-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

sqlfmt-mcp

16

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.). Runs locally from the @mukundakatta/sqlfmt-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

timezone-mcp

17

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

IANA timezone conversions with real DST rules. Runs locally from the @mukundakatta/timezone-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

toml-yaml-json-mcp

18

MukundaKatta/mcp-stack

MCP server Claude CodeCodexCursor

Parse, format, and convert configs across TOML, YAML, and JSON. Runs locally from the @mukundakatta/toml-yaml-json-mcp npm package.

0 2d ago A tokens not measured original Apache-2.0

streamparse

19

MukundaKatta/streamparse-mcp

MCP server Claude CodeCodexCursor

Parse partial / truncated / messy JSON for LLM tool calls and structured outputs. Runs locally from the @mukundakatta/streamparse-mcp npm package.

0 3d ago A tokens not measured original MIT

password

20

MukundaKatta/password-mcp

MCP server Claude CodeCodexCursor

MCP server: generate strong passwords and score password strength with zxcvbn. Runs locally from the @mukundakatta/password-mcp npm package.

0 2d ago A tokens not measured original MIT

sql

21

MukundaKatta/sql-mcp

MCP server Claude CodeCodexCursor

MCP server: format SQL queries (Postgres, MySQL, SQLite, BigQuery, MSSQL, etc.). Runs locally from the @mukundakatta/sql-mcp npm package.

0 1mo ago A tokens not measured original MIT

case

22

MukundaKatta/case-mcp

MCP server Claude CodeCodexCursor

MCP server: convert strings between camelCase, snakecase, kebab-case, PascalCase, and more. Runs locally from the @mukundakatta/case-mcp npm package.

0 2d ago A tokens not measured original MIT

ip

23

MukundaKatta/ip-mcp

MCP server Claude CodeCodexCursor

MCP server: validate IPv4/IPv6 addresses, test CIDR membership, classify private/public. Runs locally from the @mukundakatta/ip-mcp npm package.

0 2d ago A tokens not measured original MIT

dns

24

MukundaKatta/dns-mcp

MCP server Claude CodeCodexCursor

MCP server: resolve A / AAAA / MX / TXT / CNAME / NS records for a hostname. Runs locally from the @mukundakatta/dns-mcp npm package.

0 3d ago A tokens not measured original MIT