Skip to content

nimit9/mcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requestly MCP Server

This project is a Model Context Protocol (MCP) server implemented in TypeScript using the @modelcontextprotocol/sdk. It provides full CRUD tools for Requestly rules and groups, and can be run as a stdio MCP server.

Features

  • Create, read, update, and delete Requestly rules
  • Create, read, update, and delete Requestly groups
  • Attach rules to groups
  • Run as a stdio MCP server for integration with VS Code or other MCP clients

Usage

As an MCP server (for VS Code integration)

Configure your .vscode/mcp.json to use:

"Requestly Server": {
  "type": "stdio",
  "command": "npx",
  "args": ["requestly-mcp"],
  "env": {
    "REQUESTLY_API_KEY": "<your-api-key>"
  }
}
npx requestly-mcp

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.1%
  • JavaScript 3.9%