About Server
Server is an MCP server published by InterviewReady in the Developer Tools category: an MCP server for InterviewReady. It has been installed 0 times through Conduid.
The repository has 117 stars and 40 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
mcp-server
An MCP server for InterviewReady.
- GET ACTIONS: Exposes APIs to fetch the most relevant content from InterviewReady including blogs, resources and course materials.
- UPDATE ACTIONS: Allows adding notes to a user's notepad, and setting google reminders for future classes.
Please feel free to add / change capabilities of this repo.
If you have doubts, please post them in discussions. If there are any problems/issues, please create an issue.
Please self-review any PR before making a contribution.
The repo is open for change!
Setup and run the server
- Clone the repo
- Run
pnpm install - Run
pnpm run build
Setup with Claude Desktop
- Edit the config file for claude desktop
claude_desktop_config.json - Add the following to the config file:
{
"interviewready-mcp-server": {
"command": "node",
"args": [
"{path-to-repo}/mcp-server/build/index.js"
]
}
}
Setup with Cursor
- Go to Cursor > Settings > Cursor Settings
- Go to the
MCPtab - Add the following to the config file:
{
"interviewready-mcp-server": {
"command": "node",
"args": [
"{path-to-repo}/mcp-server/build/index.js"
]
}
}
- Use in agent mode. For some reason, MCP is not working in Ask mode.
Reminder Tools
- create-reminder: Set a reminder for an upcoming class or deadline.
- get-reminders: Fetch all reminders.
Use these tools from any MCP-compatible client (such as Cursor or Claude Desktop).
README mirrored from the source repository 3 months ago. The original is authoritative.