mcp-server
by InterviewReady
An MCP server for InterviewReady that exposes APIs to fetch relevant content and update user actions. It allows fetching content like blogs, resources, and course materials, as well as adding notes and setting reminders.
Last updated: N/A
What is mcp-server?
The mcp-server is a backend server designed to provide content and functionality for InterviewReady users. It acts as a bridge between the InterviewReady platform and tools like Claude Desktop and Cursor, enabling users to access relevant information and manage their learning experience.
How to use mcp-server?
- Clone the repository.
- Run
pnpm install
to install dependencies. - Run
pnpm run build
to build the server. - Configure Claude Desktop or Cursor by adding the server configuration to their respective settings files, pointing to the built
index.js
file.
Key features of mcp-server
Fetches relevant content from InterviewReady (blogs, resources, course materials).
Allows adding notes to a user's notepad.
Enables setting Google reminders for future classes.
Open for community contributions and changes.
Use cases of mcp-server
Integrating InterviewReady content with AI assistants like Claude.
Accessing learning resources directly within code editors like Cursor.
Personalizing the learning experience by adding notes and reminders.
Extending the server's capabilities with new features and integrations.
FAQ from mcp-server
Where can I report issues or problems?
Where can I report issues or problems?
Please create an issue on the GitHub repository.
Where can I ask questions or discuss the project?
Where can I ask questions or discuss the project?
Please post your questions in the discussions section of the GitHub repository.
How can I contribute to the project?
How can I contribute to the project?
Please submit a pull request with your changes. Make sure to self-review your PR before submitting.
Is the repository open for changes?
Is the repository open for changes?
Yes, the repository is open for change and contributions are welcome.
Why is MCP not working in Ask mode in Cursor?
Why is MCP not working in Ask mode in Cursor?
For some reason, MCP is not working in Ask mode. Use in agent mode.