A
securityF
licenseA
qualityInteracts with LogSeq via its API.
Last updated -
2
25
Python
一种捕获浏览器控制台日志并通过模型上下文协议 (MCP) 使其在 Cursor IDE 中可用的工具。
该工具包括:
chrome://extensions/
extension
文件夹或者,您可以使用启动脚本同时启动两个服务器:
运行安装脚本后,您仍然需要在 Cursor 中手动添加 MCP 服务器:
如果您需要为控制台日志服务器使用不同的端口(默认为 3333),则需要在多个地方更新端口:
mcp-server.js
中,更改端口变量:console-spy-mcp.js
中,更新 URL 以匹配你的新端口:content.js
中,更新服务器 URL:start-servers.sh
,也请在那里更新端口引用。**重要提示:**您必须在所有位置使用相同的端口号。我们建议您在项目文件中全局搜索“3333”,并将所有实例替换为所需的端口号,以确保一致性。
如果您正在本地测试另一个已使用端口 3333 的应用程序,则更改此端口对于该工具正常工作至关重要。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
一种捕获浏览器控制台日志并通过模型上下文协议 (MCP) 使其在 Cursor IDE 中可用的工具。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgsrevolver/consolespy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server